File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ AC_DEFUN([MCA_ompi_op_aarch64_CONFIG],[
73
73
[op_cv_neon_fp_support= no])])])
74
74
75
75
76
- #
76
+ #
77
77
# Check for SVE support
78
78
#
79
79
AC_CACHE_CHECK([for SVE support], [op_cv_sve_support], [
@@ -131,7 +131,6 @@ int main(void) {
131
131
])
132
132
])
133
133
134
- # restore the language after our C tests
135
134
AC_LANG_POP
136
135
])
137
136
AM_CONDITIONAL([MCA_BUILD_ompi_op_has_neon_support],
@@ -140,13 +139,10 @@ int main(void) {
140
139
[test " $op_cv_neon_fp_support " = " yes" ])
141
140
AM_CONDITIONAL([MCA_BUILD_ompi_op_has_sve_support],
142
141
[test " $op_cv_sve_support " = " yes" ])
143
- AM_CONDITIONAL([MCA_BUILD_ompi_op_sve_add_flags],
144
- [test " $op_cv_sve_add_flags " = " yes" ])
145
142
146
143
AC_SUBST(MCA_BUILD_ompi_op_has_neon_support)
147
144
AC_SUBST(MCA_BUILD_ompi_op_has_neon_fp_support)
148
145
AC_SUBST(MCA_BUILD_ompi_op_has_sve_support)
149
- AC_SUBST(MCA_BUILD_ompi_op_sve_add_flags)
150
146
151
147
AS_IF([test " $op_cv_neon_support " = " yes" ],
152
148
[AC_DEFINE([OMPI_MCA_OP_HAVE_NEON], [1],[NEON supported in the current build])])
You can’t perform that action at this time.
0 commit comments