Andrew Geissler | d159c7f | 2021-09-02 21:05:58 -0500 | [diff] [blame] | 1 | # Cyclic Redundancy Check (CRC) instructions for armv8-a and armv8-r |
2 | |||||
3 | TUNEVALID[crc] = "Enable instructions for ARMv8 Cyclic Redundancy Check (CRC)" | ||||
4 | TUNE_CCARGS_MARCH_OPTS .= "${@bb.utils.contains('TUNE_FEATURES', 'crc', '+crc', '', d)}" |