]> git.ipfire.org Git - thirdparty/zstd.git/commit
[asm][aarch64] Mark that BTI and PAC are supported
authorNick Terrell <terrelln@fb.com>
Wed, 13 Mar 2024 16:58:34 +0000 (09:58 -0700)
committerNick Terrell <nickrterrell@gmail.com>
Wed, 13 Mar 2024 20:15:51 +0000 (16:15 -0400)
commitff0afbad58611d22b8b4477e9383b9b9ffdbaee6
tree66613c5b9a4096b4741c1c9f9546ac5df8944a6a
parent7c2aa73a8ef16e387b57e54cf2b71588c539fbfb
[asm][aarch64] Mark that BTI and PAC are supported

Mark that `huf_decompress_amd64.S` supports BTI and PAC, which it trivially does because it is empty for aarch64.

The issue only requested BTI markings, but it also makes sense to mark PAC, which is the only other feature.

Also run add a test for this mode to the ARM64 QEMU test. Before this PR it warns on `huf_decompress_amd64.S`, after it doesn't.

Fixes Issue #3841.
.github/workflows/dev-short-tests.yml
lib/decompress/huf_decompress_amd64.S