4.5 KiB
4.5 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.17 (2025-01-24)
Fixed
- Don't link
stdwhen linkinglibc(#1142)
0.2.16 (2024-11-22)
Fixed
cfgfor freestanding x86 targets (#1137)
0.2.15 (2024-11-11)
Fixed
- Relax XSAVE checks (#1130)
0.2.14 (2024-09-05)
Added
0.2.13 (2024-08-12)
Changed
- Use
#[cold]for initialization code (#1096)
0.2.12 (2024-01-04)
Added
- Support for x86-64 AVX-512 target features:
gfni,vaes,vpclmulqdq,avx512bitalg,avx512vpopcntdq(#1035)
0.2.11 (2023-10-26)
Added
- Support for AArch64's
sm4target feature (#972)
0.2.10 (2023-10-20)
Added
- LoongArch64 target support (#955)
0.2.9 (2023-07-05)
Added
- Support for
avx512vbmiandavx512vbmi2target features (#926)
0.2.8 (2023-06-15)
Fixed
- Check OS register support on x86 targets (#919)
0.2.7 (2023-04-20)
Added
- Support freestanding/UEFI
x86targets (#821)
0.2.6 (2023-03-24)
Added
- Support dynamic feature detection on iOS and derivative platforms (#848)
- Support for detecting AVX-512 target features (#862)
0.2.5 (2022-09-04)
Fixed
0.2.4 (2022-08-22) [YANKED]
0.2.3 (2022-08-18) [YANKED]
Changed
- Update
libcversion to v0.2.95 (#789) - Disable all target features under MIRI (#779)
- Check AVX availability when detecting AVX2 and FMA (#792)
0.2.2 (2022-03-18) [YANKED]
Added
- Support for Android on
aarch64(#752)
Removed
- Vestigial code around
cryptotarget feature (#600)
0.2.1 (2021-08-26) [YANKED]
Changed
0.2.0 (2021-08-26) [YANKED]
Removed
- AArch64
cryptotarget feature (#594)
0.1.5 (2021-06-21)
Added
Changed
- Map
aarch64HWCAPs to target features; addcrypto(#456)
0.1.4 (2021-05-14)
Added
- Support compiling on non-Linux/macOS aarch64 targets (#408)
0.1.3 (2021-05-13)
Removed
neononaarch64targets: already enabled by default (#406)
0.1.2 (2021-05-13) [YANKED]
Added
neonfeature detection onaarch64targets (#403)
Fixed
- Support for
musl-based targets (#403)
0.1.1 (2021-05-06)
Added
aarch64support for Linux and macOS/M4 targets (#393)
0.1.0 (2021-04-29)
- Initial release