ソースを参照

Remove a pragma intrinsic for an unused function

Was interfering with clang windows builds
Derek Morris 8 年 前
コミット
74d29e5298
1 ファイル変更0 行追加4 行削除
  1. 0 4
      lib/Runtime/Library/MathLibrary.cpp

+ 0 - 4
lib/Runtime/Library/MathLibrary.cpp

@@ -8,10 +8,6 @@
 
 #include <math.h>
 
-#if defined(_M_IX86) || defined(_M_X64)
-#pragma intrinsic(_mm_round_sd)
-#endif
-
 const LPCWSTR UCrtC99MathApis::LibraryName = _u("api-ms-win-crt-math-l1-1-0.dll");
 
 void UCrtC99MathApis::Ensure()