Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 29 Mar 2022 13:54:32 +0200
From: Harald Hoyer <harald@...fian.com>
To: musl@...ts.openwall.com
Cc: Harald Hoyer <harald@...fian.com>
Subject: [PATCH V2 0/1] feat(x86_64): use wrfsbase if AT_HWCAP2 allows usage

Forgot to add `arch/x86_64/bits/hwcap.h`

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

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.