add simd_onebit_masks as static in arm simd_utils.h as well

This commit is contained in:
Konstantinos Margaritis
2021-10-08 22:12:24 +00:00
parent a654204122
commit 45f395245b
2 changed files with 19 additions and 8 deletions

View File

@@ -58,6 +58,7 @@ ALIGN_CL_DIRECTIVE static const u8 simd_onebit_masks[] = {
ZEROES_31, 0x80, ZEROES_32,
ZEROES_32, ZEROES_32,
};
static really_inline m128 ones128(void) {
#if defined(__GNUC__) || defined(__INTEL_COMPILER)
/* gcc gets this right */