Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-09-14 | 3.2 kB | |
v0.9.0 source code.tar.gz | 2023-09-14 | 109.3 kB | |
v0.9.0 source code.zip | 2023-09-14 | 171.2 kB | |
Totals: 3 Items | 283.7 kB | 0 |
What's Changed
- cmake: make default test building dependent on being a main project build vs. being included into other projects by @damageboy in https://github.com/google/cpu_features/pull/290
- Add 'ndk_compat' include directory to 'ndk_compat' target by @prashanthswami in https://github.com/google/cpu_features/pull/309
- Update AArch64 features to Linux 6.3. by @tamaszarm in https://github.com/google/cpu_features/pull/310
- Add Riscv32 and Riscv64 Bazel build rules. by @prashanthswami in https://github.com/google/cpu_features/pull/312
- Add loongarch64 Support by @KatyushaScarlet in https://github.com/google/cpu_features/pull/314
- Add support for Apple M1 AArch64 SoCs by @arkivm in https://github.com/google/cpu_features/pull/204
- Fix bazel for aarch64 by @gchatelet in https://github.com/google/cpu_features/pull/320
- Add LoongArch to supported list by @KatyushaScarlet in https://github.com/google/cpu_features/pull/316
- Add Intel LAM/AMD UAI feature detection in X86_64 by @Tomahawkd in https://github.com/google/cpu_features/pull/315
- Fix windows x86 and arm64 build and add an option to enable/disable target list_cpu_features by @xiaozhuai in https://github.com/google/cpu_features/pull/317
- Fix bazel - use textual_hdrs for inl files by @gchatelet in https://github.com/google/cpu_features/pull/322
- Add aarch64 ubuntu bazel bot by @gchatelet in https://github.com/google/cpu_features/pull/321
- ci: Add amd64 macos bazel workflow by @Mizux in https://github.com/google/cpu_features/pull/324
- Add ENABLE_INSTALL option to manage 'install' target by @amitin in https://github.com/google/cpu_features/pull/325
- fix generate_badges.d by @Mizux in https://github.com/google/cpu_features/pull/326
- Fix badge shebang and enable badges from workflow files by @gchatelet in https://github.com/google/cpu_features/pull/327
- Add ZEN4 Phoenix detection by @toor1245 in https://github.com/google/cpu_features/pull/328
- Add ZEN4 Genoa detection by @toor1245 in https://github.com/google/cpu_features/pull/329
- Add Intel Alder Lake N detection by @toor1245 in https://github.com/google/cpu_features/pull/330
- Add ZEN2 4800S (CPUID 0880F40) by @toor1245 in https://github.com/google/cpu_features/pull/331
- cmake: Use CpuFeatures:: as TARGET namespace (Fix [#333]) by @Mizux in https://github.com/google/cpu_features/pull/334
- Add Intel AMX-FP16 detection by @toor1245 in https://github.com/google/cpu_features/pull/332
- ci: Fix clang-format job by @Mizux in https://github.com/google/cpu_features/pull/336
New Contributors
- @prashanthswami made their first contribution in https://github.com/google/cpu_features/pull/309
- @KatyushaScarlet made their first contribution in https://github.com/google/cpu_features/pull/314
- @arkivm made their first contribution in https://github.com/google/cpu_features/pull/204
- @Tomahawkd made their first contribution in https://github.com/google/cpu_features/pull/315
- @xiaozhuai made their first contribution in https://github.com/google/cpu_features/pull/317
- @amitin made their first contribution in https://github.com/google/cpu_features/pull/325
Full Changelog: https://github.com/google/cpu_features/compare/v0.8.0...v0.9.0