diff --git a/iv/lv5/fpu.h b/iv/lv5/fpu.h index 64def8a1..ab296de6 100644 --- a/iv/lv5/fpu.h +++ b/iv/lv5/fpu.h @@ -2,7 +2,8 @@ #define IV_LV5_FPU_H_ #include #include -#if (!defined(IV_USE_SSE) && defined(IV_COMPILER_GCC) && defined(__i386__) && !defined(IV_OS_CYGWIN)) // NOLINT +#if (!defined(IV_USE_SSE) && defined(IV_COMPILER_GCC) && defined(__i386__) \ + && !defined(IV_OS_CYGWIN) && !defined(IV_OS_MACOSX)) // NOLINT #include namespace iv { namespace lv5 {