mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
remove obsolete FLAC__cpu_info_sse_test_asm_ia32()
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
|
||||
cglobal FLAC__cpu_info_asm_ia32
|
||||
cglobal FLAC__cpu_info_extended_amd_asm_ia32
|
||||
cglobal FLAC__cpu_info_sse_test_asm_ia32
|
||||
|
||||
code_section
|
||||
|
||||
@@ -93,10 +92,6 @@ cident FLAC__cpu_info_extended_amd_asm_ia32
|
||||
pop ebx
|
||||
ret
|
||||
|
||||
cident FLAC__cpu_info_sse_test_asm_ia32
|
||||
xorps xmm0, xmm0
|
||||
pop ebx
|
||||
|
||||
end
|
||||
|
||||
%ifdef OBJ_FORMAT_elf
|
||||
|
||||
@@ -86,7 +86,6 @@ void FLAC__cpu_info(FLAC__CPUInfo *info);
|
||||
#ifdef FLAC__HAS_NASM
|
||||
unsigned FLAC__cpu_info_asm_ia32(void);
|
||||
unsigned FLAC__cpu_info_extended_amd_asm_ia32(void);
|
||||
unsigned FLAC__cpu_info_sse_test_asm_ia32(void);
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user