platform_bionic/libc/arch-x86_64
Elliott Hughes d7831208b2 Fix assembler warnings.
clang complains if you define a symbol and _then_ make it weak, rather
than the other way round:

  /tmp/setjmp-c3c977.s:90:1: warning: sigsetjmp changed binding to STB_WEAK
  .weak sigsetjmp;
  ^

Test: treehugger
Change-Id: Iee6b0ea456bb2e92aea810ce45f171caabaa89d2
2024-01-23 22:06:19 +00:00
..
bionic Fix assembler warnings. 2024-01-23 22:06:19 +00:00
string avx2 memset: add missing vzeroupper. 2023-07-27 14:23:17 -07:00
dynamic_function_dispatch.cpp avx2 implementation for memset. 2022-07-22 21:48:50 +00:00
static_function_dispatch.S avx2 implementation for memset. 2022-07-22 21:48:50 +00:00