1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-01 13:21:13 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
91f525c74d Fix ndk-compat include directory (Fix #106) (#130) 2020-09-21 11:42:21 +00:00
96552a8ed5 Fix #96 - no member named 'vfpv' in 'ArmFeatures' 2019-11-26 11:05:19 +01:00
20fa92a02a Release ndk support (#62)
Fixes #47
2019-01-23 12:59:46 +01:00
d395dfa026 Add x86 missing feature detections for ndk_compat (#58)
One more step towards #47.
2019-01-22 13:19:42 +01:00
5911e96bbd add r6 flag (#57)
Update tests and add support in ndk-compat as well
2019-01-22 11:00:48 +01:00
a528c7f320 Finalize ARM implementation for ndk_compat (#55) 2019-01-18 11:04:22 +01:00
dfdac6adfc Add partial implementation of ndk_compat (#54)
* First implementation of ndk_compat
* Restrict building of linux_based_hardware_detection to UNIX
* Fix variable declaration and printf formatting
* Restrict ndk compat to UNIX style systems
* Restrict cpu_mask index to 32
* Fix values display in ndk-compat-test
* Addressing comments
2019-01-17 18:00:21 +01:00