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

common: remove unneeded x86-specific header
merge-requests/60/head
bunnei 2022-08-18 11:18:57 +07:00 committed by GitHub
commit 2e58491c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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