add a dummy function for determining OS support of SSE instructions

This commit is contained in:
Josh Coalson
2001-07-18 00:24:46 +00:00
parent a52270e0eb
commit 21aa17ee8e
3 changed files with 25 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ void FLAC__cpu_info(FLAC__CPUInfo *info);
#ifdef FLAC__HAS_NASM
unsigned FLAC__cpu_info_asm_ia32();
unsigned FLAC__cpu_info_extended_amd_asm_ia32();
unsigned FLAC__cpu_info_sse_os_asm_ia32();
#endif
#endif
#endif