Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
ab473c25
Commit
ab473c25
authored
Jan 11, 2018
by
Andreas Marek
Browse files
Change to configure
parent
354ae8ec
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
ab473c25
...
...
@@ -854,7 +854,7 @@ if test x"${need_avx512}" = x"yes"; then
if test x"$can_compile_avx512" = x"yes"; then
AC_MSG_CHECKING([whether we compile for Xeon])
AC_
COMPILE
_IFELSE([AC_LANG_SOURCE([
AC_
RUN
_IFELSE([AC_LANG_SOURCE([
#include <x86intrin.h>
int main(int argc, char **argv){
__m512d sign;
...
...
@@ -870,7 +870,7 @@ if test x"${need_avx512}" = x"yes"; then
AC_MSG_RESULT([${can_compile_avx512_xeon}])
AC_MSG_CHECKING([whether we compile for Xeon PHI])
AC_
COMPILE
_IFELSE([AC_LANG_SOURCE([
AC_
RUN
_IFELSE([AC_LANG_SOURCE([
#include <x86intrin.h>
int main(int argc, char **argv){
__m512d sign;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment