Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typos in __memcpy_chk.
    * sysdeps/x86_64/multiarch/memcpy_chk.S: Fixed typos.
  • Loading branch information
Andrew Senkevich committed Jan 16, 2016
1 parent 3f2c972 commit 214a44f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2016-01-16 Andrew Senkevich <andrew.senkevich@intel.com>

* sysdeps/x86_64/multiarch/memcpy_chk.S: Fixed typos.

2016-01-16 Mike Frysinger <vapier@gentoo.org>

* sysdeps/unix/sysv/linux/sparc/bits/mman.h (MCL_ONFAULT): Move
Expand Down
6 changes: 3 additions & 3 deletions sysdeps/x86_64/multiarch/memcpy_chk.S
Expand Up @@ -33,9 +33,9 @@ ENTRY(__memcpy_chk)
#ifdef HAVE_AVX512_ASM_SUPPORT
HAS_ARCH_FEATURE (AVX512F_Usable)
jz 1f
# HAS_ARCH_FEATURE (Prefer_No_VZEROUPPER)
# jz 1f
leaq __memcpy_avx512_no_vzeroupper(%rip), %rax
HAS_ARCH_FEATURE (Prefer_No_VZEROUPPER)
jz 1f
leaq __memcpy_chk_avx512_no_vzeroupper(%rip), %rax
ret
#endif
1: leaq __memcpy_chk_sse2(%rip), %rax
Expand Down

0 comments on commit 214a44f

Please sign in to comment.