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

4 Commits

Author SHA1 Message Date
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