Skip to content

Commit

Permalink
impls: fetch from upstream glibc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoj-build authored and Xyene committed Mar 15, 2024
1 parent 894cf28 commit 50fb485
Show file tree
Hide file tree
Showing 15 changed files with 352 additions and 12,312 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ add_library(memcpy STATIC
"${LIBMEMCPY_PLATFORM_FILES}"
# BEGIN GENERATED FILES
src/names-memcpy.c
impls/memcpy-ssse3-back.s
impls/memcpy-ssse3.s
impls/memmove-avx-unaligned-erms-rtm.s
impls/memmove-avx-unaligned-erms.s
impls/memmove-avx512-no-vzeroupper.s
impls/memmove-avx512-unaligned-erms.s
impls/memmove-erms.s
impls/memmove-evex-unaligned-erms.s
impls/memmove-sse2-unaligned-erms.s
impls/memmove-ssse3-back.s
impls/memmove-ssse3.s
# END GENERATED FILES
)
Expand Down
Loading

0 comments on commit 50fb485

Please sign in to comment.