Эх сурвалжийг харах

Merge pull request #8772 from liushuyu/remove-common-intrin

common: remove unneeded x86-specific header
bunnei 4 жил өмнө
parent
commit
2e58491c38
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      src/common/uint128.h

+ 0 - 1
src/common/uint128.h

@@ -12,7 +12,6 @@
 #pragma intrinsic(_udiv128)
 #else
 #include <cstring>
-#include <x86intrin.h>
 #endif
 
 #include "common/common_types.h"