Miroslav's patch to add run-time detection of operating system support for SSE/SSE2 instructions

This commit is contained in:
Josh Coalson
2001-08-13 22:32:40 +00:00
parent 4ca5ec9940
commit a60231f436
3 changed files with 35 additions and 22 deletions

View File

@@ -63,7 +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();
unsigned FLAC__cpu_info_sse_test_asm_ia32();
#endif
#endif
#endif