Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure: Run AVX test only with 64 bit compiler
The current implementation for AVX uses 64 bit code, so run the AVX test only when the compiler is a 64 bit compiler. This fixes the broken implementation for 32 bit hosts which provide AVX but call the stub of DotProductAVX. Simplify also the conditional code for AVX_OPT and SSE41_OPT. Signed-off-by: Stefan Weil <[email protected]>
- Loading branch information