Skip to content

Add x86_64 SIMD implementation for simd_search4 function #94

Add x86_64 SIMD implementation for simd_search4 function

Add x86_64 SIMD implementation for simd_search4 function #94

Triggered via push February 16, 2025 22:46
Status Failure
Total duration 59s
Artifacts
build-and-test
49s
build-and-test
Fit to window
Zoom out
Zoom in

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