Displaying 2 results from an estimated 2 matches for "b52dad2d".
Did you mean:
b52d0dcd
2016 Dec 05
1
Q: test for CPUID instruction presence
...) NASM is
available.
(the patch is attached just in case).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: have_cpuid.patch
Type: application/octet-stream
Size: 456 bytes
Desc: not available
URL: <http://lists.xiph.org/pipermail/flac-dev/attachments/20161205/b52dad2d/attachment.obj>
2016 Dec 03
2
Q: test for CPUID instruction presence
I found that FLAC__cpu_have_cpuid_x86() was removed in the commit
<http://git.xiph.org/?p=flac.git;a=commitdiff;h=fa24613ad94ba8fb8e23bcb9ca80b4548bb617e6>
with the message:
"Remove `FLAC__cpu_have_cpuid_x86` altogether as it wasn't actually
being used but that was difficult to tell because of all the #ifdef
nonsense."
But FLAC__cpu_have_cpuid_x86() actually WAS used