diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-20 22:43:15 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-20 22:43:15 -0400 |
commit | ed72b6545f6d20f2d29ed71d65394d4a75ad358e (patch) | |
tree | e47730c47098dfbf1d41d95210009fd4a5fc0e5c /config.h.in | |
parent | 8d4f46c613c4397c5531b959744541862cf09ad0 (diff) | |
download | glibc-ed72b6545f6d20f2d29ed71d65394d4a75ad358e.tar.gz glibc-ed72b6545f6d20f2d29ed71d65394d4a75ad358e.tar.xz glibc-ed72b6545f6d20f2d29ed71d65394d4a75ad358e.zip |
Check for FMA4 support and generate appropriate fma functions
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 7b5095691d..7db663025a 100644 --- a/config.h.in +++ b/config.h.in @@ -118,6 +118,9 @@ /* Define if gcc supports AVX. */ #undef HAVE_AVX_SUPPORT +/* Define if gcc supports FMA4. */ +#undef HAVE_FMA4_SUPPORT + /* Define if the compiler's exception support is based on libunwind. */ #undef HAVE_CC_WITH_LIBUNWIND |