Skip to content

Commit 7403135

Browse files
committed
remove unused configuration
Signed-off-by: Marco Vogel <marco.vogel@fernuni-hagen.de>
1 parent 619e2e3 commit 7403135

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ompi/mca/op/aarch64/configure.m4

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ AC_DEFUN([MCA_ompi_op_aarch64_CONFIG],[
7373
[op_cv_neon_fp_support=no])])])
7474

7575

76-
#
76+
#
7777
# Check for SVE support
7878
#
7979
AC_CACHE_CHECK([for SVE support], [op_cv_sve_support], [
@@ -131,7 +131,6 @@ int main(void) {
131131
])
132132
])
133133

134-
# restore the language after our C tests
135134
AC_LANG_POP
136135
])
137136
AM_CONDITIONAL([MCA_BUILD_ompi_op_has_neon_support],
@@ -140,13 +139,10 @@ int main(void) {
140139
[test "$op_cv_neon_fp_support" = "yes"])
141140
AM_CONDITIONAL([MCA_BUILD_ompi_op_has_sve_support],
142141
[test "$op_cv_sve_support" = "yes"])
143-
AM_CONDITIONAL([MCA_BUILD_ompi_op_sve_add_flags],
144-
[test "$op_cv_sve_add_flags" = "yes"])
145142

146143
AC_SUBST(MCA_BUILD_ompi_op_has_neon_support)
147144
AC_SUBST(MCA_BUILD_ompi_op_has_neon_fp_support)
148145
AC_SUBST(MCA_BUILD_ompi_op_has_sve_support)
149-
AC_SUBST(MCA_BUILD_ompi_op_sve_add_flags)
150146

151147
AS_IF([test "$op_cv_neon_support" = "yes"],
152148
[AC_DEFINE([OMPI_MCA_OP_HAVE_NEON], [1],[NEON supported in the current build])])

0 commit comments

Comments
 (0)