mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] [PATCH V3 0/1] feat(x86_64): use wrfsbase if AT_HWCAP2 allows usage
@ 2022-03-29 12:24 Harald Hoyer
  2022-03-29 12:24 ` [musl] [PATCH 1/1] " Harald Hoyer
  0 siblings, 1 reply; 5+ messages in thread
From: Harald Hoyer @ 2022-03-29 12:24 UTC (permalink / raw)
  To: musl; +Cc: Harald Hoyer

V2: Forgot to add `arch/x86_64/bits/hwcap.h`
V3: Tabified src/thread/x86_64/__set_thread_area.c

Harald Hoyer (1):
  feat(x86_64): use wrfsbase if AT_HWCAP2 allows usage

 arch/x86_64/bits/hwcap.h              |  2 ++
 ldso/dynlink.c                        |  1 +
 src/env/__libc_start_main.c           |  1 +
 src/internal/libc.c                   |  1 +
 src/internal/libc.h                   |  1 +
 src/thread/x86_64/__set_thread_area.c | 14 ++++++++++++++
 src/thread/x86_64/__set_thread_area.s | 11 -----------
 7 files changed, 20 insertions(+), 11 deletions(-)
 create mode 100644 arch/x86_64/bits/hwcap.h
 create mode 100644 src/thread/x86_64/__set_thread_area.c
 delete mode 100644 src/thread/x86_64/__set_thread_area.s

-- 
2.35.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-03-30 12:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-29 12:24 [musl] [PATCH V3 0/1] feat(x86_64): use wrfsbase if AT_HWCAP2 allows usage Harald Hoyer
2022-03-29 12:24 ` [musl] [PATCH 1/1] " Harald Hoyer
2022-03-29 15:54   ` Rich Felker
2022-03-30  6:57     ` Harald Hoyer
2022-03-30 12:32       ` Rich Felker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).