mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 16:20:06 +00:00
One more typo in AVX test
This commit is contained in:
parent
2ee5518515
commit
bba33c289b
@ -1,3 +1,9 @@
|
||||
2011-07-23 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
* sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
|
||||
typo.
|
||||
(_dl_x86_64_save_sse): Likewise.
|
||||
|
||||
2011-07-22 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
* sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
|
||||
|
@ -143,7 +143,7 @@ L(have_avx):
|
||||
// AVX and XSAVE supported?
|
||||
andl $((1 << 28) | (1 << 27)), %ecx
|
||||
cmpl $((1 << 28) | (1 << 27)), %ecx
|
||||
je 2f
|
||||
jne 2f
|
||||
xorl %ecx, %ecx
|
||||
// Get XFEATURE_ENABLED_MASK
|
||||
xgetbv
|
||||
@ -189,7 +189,7 @@ _dl_x86_64_save_sse:
|
||||
// AVX and XSAVE supported?
|
||||
andl $((1 << 28) | (1 << 27)), %ecx
|
||||
cmpl $((1 << 28) | (1 << 27)), %ecx
|
||||
je 2f
|
||||
jne 2f
|
||||
xorl %ecx, %ecx
|
||||
// Get XFEATURE_ENABLED_MASK
|
||||
xgetbv
|
||||
|
Loading…
Reference in New Issue
Block a user