Explorar el Código

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

common: remove unneeded x86-specific header
bunnei hace 4 años
padre
commit
2e58491c38
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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"