Add x86_64 SIMD implementation for simd_search4 function #94
Annotations
10 errors
|
build-and-test:
include/simd_search.h#L63
always_inline function '_mm256_set1_epi32' requires target feature 'avx', but would be inlined into function 'simd_search4' that is compiled without support for 'avx'
|
|
build-and-test:
include/simd_search.h#L63
AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
|
|
build-and-test:
include/simd_search.h#L71
always_inline function '_mm256_loadu_si256' requires target feature 'avx', but would be inlined into function 'simd_search4' that is compiled without support for 'avx'
|
|
build-and-test:
include/simd_search.h#L71
AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
|
|
build-and-test:
include/simd_search.h#L72
always_inline function '_mm256_loadu_si256' requires target feature 'avx', but would be inlined into function 'simd_search4' that is compiled without support for 'avx'
|
|
build-and-test:
include/simd_search.h#L72
AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
|
|
build-and-test:
include/simd_search.h#L73
always_inline function '_mm256_loadu_si256' requires target feature 'avx', but would be inlined into function 'simd_search4' that is compiled without support for 'avx'
|
|
build-and-test:
include/simd_search.h#L73
AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
|
|
build-and-test:
include/simd_search.h#L74
always_inline function '_mm256_loadu_si256' requires target feature 'avx', but would be inlined into function 'simd_search4' that is compiled without support for 'avx'
|
|
build-and-test:
include/simd_search.h#L74
AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
|