Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-02 | 4.6 kB | |
v0.10.0 source code.tar.gz | 2025-05-02 | 112.4 kB | |
v0.10.0 source code.zip | 2025-05-02 | 180.2 kB | |
Totals: 3 Items | 297.3 kB | 0 |
Known issues
Please note that this release has the following known issues, fixed in v0.10.1. - The Bazel version is incorrectly set to 0.9.0 instead of 0.10.0 - Due to a change in gtest minimal c++ version the tests shipped in this version fail to compile. [#393]
What's Changed
- [misc] Update release script by @gchatelet in https://github.com/google/cpu_features/pull/339
- clang-format: hwcaps.h by @toor1245 in https://github.com/google/cpu_features/pull/340
- Add FreeBSD Arm64 support by @toor1245 in https://github.com/google/cpu_features/pull/295
- fix -Wstrict-prototypes error by @Mizux in https://github.com/google/cpu_features/pull/342
- Remove unused function by @gchatelet in https://github.com/google/cpu_features/pull/343
- Update AArch64 features to Linux 6.6. by @tamaszarm in https://github.com/google/cpu_features/pull/347
- Fix run_integration.sh by @toor1245 in https://github.com/google/cpu_features/pull/357
- Update AArch64 features to Linux 6.10.6 by @toor1245 in https://github.com/google/cpu_features/pull/359
- Fix wrong arm neon detection by @gchatelet in https://github.com/google/cpu_features/pull/361
- Remove CI support for FreeBSD by @gchatelet in https://github.com/google/cpu_features/pull/360
- Update amd64 macos workflow to use X86 arch by @toor1245 in https://github.com/google/cpu_features/pull/355
- Fix bazel build testing for macos arm64 by @toor1245 in https://github.com/google/cpu_features/pull/358
- Add CI MacOS Arm64 support by @toor1245 in https://github.com/google/cpu_features/pull/356
- Fix: Windows does not define __ARM_NEON by @JVital2013 in https://github.com/google/cpu_features/pull/363
- Forward fix
cpu_features_macros.h
by @gchatelet in https://github.com/google/cpu_features/pull/364 - Move
c99
flag from BUILD file to bazel cmd line by @gchatelet in https://github.com/google/cpu_features/pull/366 - Switch to
cpu_features
to bazelmod by @gchatelet in https://github.com/google/cpu_features/pull/365 - Add OpenBSD Arm64 support by @brad0 in https://github.com/google/cpu_features/pull/367
- Bump actions/checkout to v4 by @tinyboxvk in https://github.com/google/cpu_features/pull/371
- cmake: Remove useless check for CMP0077 by @gruenich in https://github.com/google/cpu_features/pull/372
- [bazel] Add missing platform dependency by @gchatelet in https://github.com/google/cpu_features/pull/375
- Add Bazel windows support by @Mizux in https://github.com/google/cpu_features/pull/376
- Fix ci by @Mizux in https://github.com/google/cpu_features/pull/377
- ci: Remove linaro toolchains support by @Mizux in https://github.com/google/cpu_features/pull/378
- Fix allocator bump in printf string allocation by @gchatelet in https://github.com/google/cpu_features/pull/374
- [bazel] Use a macro instead of @platforms//os:windows by @gchatelet in https://github.com/google/cpu_features/pull/379
- [bazel] inline platforms and remove
platforms.bzl
by @gchatelet in https://github.com/google/cpu_features/pull/381 - [bazel] Add armv7 and use alias for cpus by @gchatelet in https://github.com/google/cpu_features/pull/382
- [NFC] fix formatting by @gchatelet in https://github.com/google/cpu_features/pull/386
- Fix typos discovered by codespell by @cclauss in https://github.com/google/cpu_features/pull/385
- Keep GitHub Actions up to date with GitHub's Dependabot by @cclauss in https://github.com/google/cpu_features/pull/384
- Bump docker/setup-qemu-action from 2 to 3 in the github-actions group by @dependabot in https://github.com/google/cpu_features/pull/387
- Fixed asimd detection on OS X 15.3 by @zap150 in https://github.com/google/cpu_features/pull/392
New Contributors
- @JVital2013 made their first contribution in https://github.com/google/cpu_features/pull/363
- @brad0 made their first contribution in https://github.com/google/cpu_features/pull/367
- @tinyboxvk made their first contribution in https://github.com/google/cpu_features/pull/371
- @gruenich made their first contribution in https://github.com/google/cpu_features/pull/372
- @cclauss made their first contribution in https://github.com/google/cpu_features/pull/385
- @dependabot made their first contribution in https://github.com/google/cpu_features/pull/387
- @zap150 made their first contribution in https://github.com/google/cpu_features/pull/392
Full Changelog: https://github.com/google/cpu_features/compare/v0.9.0...v0.10.0