Signed-off-by: zihe.liu <ziheliu1024@gmail.com> Co-authored-by: zihe.liu <ziheliu1024@gmail.com>
This commit is contained in:
parent
76225c9a6f
commit
bf3c758a1d
|
|
@ -19,6 +19,9 @@
|
|||
#ifdef __SSE2__
|
||||
#include <emmintrin.h>
|
||||
#include <immintrin.h>
|
||||
#elif defined(__ARM_NEON) && defined(__aarch64__)
|
||||
#include <arm_acle.h>
|
||||
#include <arm_neon.h>
|
||||
#endif
|
||||
|
||||
#include <cstddef>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,9 @@
|
|||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the Chromium source repository LICENSE file.
|
||||
|
||||
#if defined(__SSE4_2__) && defined(__PCLMUL__)
|
||||
#include <x86intrin.h>
|
||||
#endif
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue