mirror of
https://github.com/claunia/flac.git
synced 2026-05-20 15:16:32 +00:00
libFLAC/cpu.c: Add CPP guard
This commit is contained in:
@@ -227,8 +227,10 @@ x86_64_cpu_info (FLAC__CPUInfo *info)
|
||||
#else
|
||||
/* Silence compiler warnings. */
|
||||
(void) info;
|
||||
#if defined FLAC__CPU_IA32 || defined FLAC__CPU_X86_64
|
||||
if (0) cpu_xgetbv_x86 ();
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
void FLAC__cpu_info (FLAC__CPUInfo *info)
|
||||
|
||||
Reference in New Issue
Block a user