From ed72b6545f6d20f2d29ed71d65394d4a75ad358e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 20 Oct 2011 22:43:15 -0400 Subject: Check for FMA4 support and generate appropriate fma functions --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 7b50956..7db6630 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 -- cgit v1.1