1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-28 07:23:37 +02:00

10 Commits

Author SHA1 Message Date
Mizux
2a3ef54701
ci: Add amd64 macos bazel workflow (#324)
* ci: Add amd64 MacOS Bazel job

* bazel: Fix MacOS build

* add amd64_macos_bazel badge
2023-08-30 17:17:34 +02:00
Guillaume Chatelet
be65a3d148
Fix bazel - use textual_hdrs for inl files (#322) 2023-08-29 10:44:07 +02:00
Guillaume Chatelet
f8e3af9843
Fix bazel for aarch64 (#320)
* Remove unused function

* Fix bazel build for aarch64
2023-08-28 15:14:27 +02:00
Prashanth Swaminathan
de1b9e6fe7
Add Riscv32 and Riscv64 Bazel build rules. (#312)
* Add Riscv64 Bazel build rules.

* Add Riscv32 Bazel build rules.
2023-06-15 09:03:16 +02:00
Prashanth Swaminathan
6fe75d22ab
Add 'ndk_compat' include directory to 'ndk_compat' target (#309)
Add 'ndk_compat' to the 'includes' directive of the 'ndk_compat' target, so that targets that include this library can directly reference 'cpu-features.h' like they did with the legacy Android NDK library.
2023-06-02 23:41:23 +02:00
Guillaume Chatelet
c672eb403c Add ndk_compat target to BUILD.bazel 2023-06-02 06:16:15 +00:00
Guillaume Chatelet
438a66e418
Use textual_hdrs for bazel instead of hdrs (#276) 2022-09-29 11:10:07 +02:00
Andrei Kurushin
38ae5d095c
add windows ssse3,sse4_1,sse4_2 detection for non avx path (#251)
* add windows ssse3,sse4_1,sse4_2 detection for non avx path

* remove special WESTMERE case

* move windows conditional redefinition to separate header

* fix minor issues
2022-07-21 21:56:50 +02:00
Peter Gavin
5649bdff4e
Fix include paths in BUILD (#226)
Include paths should be specified through includes
rather than copts, so that they are handled correctly when
cpu_features is included in another project as an external repository.
2022-02-22 11:38:11 +01:00
Guillaume Chatelet
e38dc6d2a8
[NFC] Add bazel support to cpu_features (#222) 2022-02-03 13:56:31 +01:00