mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Fix use of FLAC__HAS_X86INTRIN configure variable
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
#include "private/cpu.h"
|
||||
|
||||
#ifndef FLAC__NO_ASM
|
||||
#if (defined FLAC__CPU_IA32 || defined FLAC__CPU_X86_64) && defined FLAC__HAS_X86INTRIN
|
||||
#if (defined FLAC__CPU_IA32 || defined FLAC__CPU_X86_64) && FLAC__HAS_X86INTRIN
|
||||
#include "private/stream_encoder.h"
|
||||
#include "private/bitmath.h"
|
||||
#ifdef FLAC__AVX2_SUPPORTED
|
||||
|
||||
Reference in New Issue
Block a user