mirror of
https://github.com/google/cpu_features.git
synced 2025-11-15 03:30:37 +01:00
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 ?