mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
fix x86 compilation
This commit is contained in:
parent
e088c6ae2b
commit
61b963a717
@ -215,8 +215,8 @@ u64a compress64_impl(u64a x, u64a m) {
|
||||
}
|
||||
|
||||
static really_inline
|
||||
u64a compress128_impl(m128 x, m128 m) {
|
||||
compress128_impl_c(x, m);
|
||||
m128 compress128_impl(m128 x, m128 m) {
|
||||
return compress128_impl_c(x, m);
|
||||
}
|
||||
|
||||
static really_inline
|
||||
|
@ -33,10 +33,7 @@
|
||||
#ifndef ARCH_X86_SIMD_UTILS_H
|
||||
#define ARCH_X86_SIMD_UTILS_H
|
||||
|
||||
#if !defined(_WIN32) && !defined(__SSSE3__)
|
||||
#error SSSE3 instructions must be enabled
|
||||
#endif
|
||||
|
||||
#include "x86.h"
|
||||
#include "ue2common.h"
|
||||
#include "util/simd_types.h"
|
||||
#include "util/unaligned.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user