remove obsolete FLAC__cpu_info_sse_test_asm_ia32()
This commit is contained in:
parent
0edc149c6b
commit
0c78700da5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user