diff options
Diffstat (limited to 'winsup/mingw/include/math.h')
-rw-r--r-- | winsup/mingw/include/math.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/mingw/include/math.h b/winsup/mingw/include/math.h index 96405229d..919646f04 100644 --- a/winsup/mingw/include/math.h +++ b/winsup/mingw/include/math.h @@ -236,6 +236,12 @@ _CRTIMP int __cdecl fpclass (double); #endif /* Not _NO_OLDNAMES */ +/* This require msvcr70.dll or higher. */ +#if __MSVCRT_VERSION__ >= 0x0700 +_CRTIMP int __cdecl _set_SSE2_enable (int); +#endif /* __MSVCRT_VERSION__ >= 0x0700 */ + + #endif /* __STRICT_ANSI__ */ |