Преглед изворни кода

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

common: remove unneeded x86-specific header
bunnei пре 4 година
родитељ
комит
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"