diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 75d7a790..3c2609f5 100644 --- a/config.h.in +++ b/config.h.in @@ -100,6 +100,9 @@ /* Define if we have the floorf function */ #cmakedefine HAVE_FLOORF +/* Define if we have the __cpuid function */ +#cmakedefine HAVE___CPUID + /* Define if we have the strtof function */ #cmakedefine HAVE_STRTOF @@ -145,6 +148,9 @@ /* Define if we have initguid.h */ #cmakedefine HAVE_INITGUID_H +/* Define if we have intrin.h */ +#cmakedefine HAVE_INTRIN_H + /* Define if we have ieeefp.h */ #cmakedefine HAVE_IEEEFP_H |