1
0
mirror of https://github.com/google/cpu_features.git synced 2025-11-08 00:21:24 +01:00
Files
cpu_features/include/cpuinfo_ppc.h
fuzun 319bd6f26b Change feature variables to unsigned int to fully comply with 'true' and 'false' & IsBitSet()
It seems that ' : 1' alignments cause signed integers to be either -1 or 0. While -1 is true and 0 is false reverse might not be always correct when true is defined 1.

Maybe change feature variables to bool ?
2018-08-30 06:11:35 +03:00

4.6 KiB