Skip to content

cpu.h: detect AVX/FMA intrinsics availability on clang

Ralph Giles requested to merge clang_avx into master

Previously the FLAC__AVX2_SUPPORTED macro is defined, but actually AVX2 functions are not used when built with clang because flac only uses them when FLAC__AVX_SUPPORTED macro is set.

Signed-off-by: NotTsunami

Merge request reports