Browse Source
common: remove unneeded x86-specific header
pull/15/merge
liushuyu
3 years ago
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437
1 changed files with
0 additions and
1 deletions
-
src/common/uint128.h
|
|
|
@ -12,7 +12,6 @@ |
|
|
|
#pragma intrinsic(_udiv128) |
|
|
|
#else |
|
|
|
#include <cstring> |
|
|
|
#include <x86intrin.h> |
|
|
|
#endif |
|
|
|
|
|
|
|
#include "common/common_types.h" |
|
|
|
|