Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
0c78700d
Commit
0c78700d
authored
Mar 02, 2007
by
Josh Coalson
Browse files
remove obsolete FLAC__cpu_info_sse_test_asm_ia32()
parent
0edc149c
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/ia32/cpu_asm.nasm
View file @
0c78700d
...
...
@@ -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
...
...
src/libFLAC/include/private/cpu.h
View file @
0c78700d
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment