blob: 8a69d2e2faabfbe5018897e7e1a345a93c61212c [file] [log] [blame]
Andrew Geisslerd159c7f2021-09-02 21:05:58 -05001# Cyclic Redundancy Check (CRC) instructions for armv8-a and armv8-r
2
3TUNEVALID[crc] = "Enable instructions for ARMv8 Cyclic Redundancy Check (CRC)"
4TUNE_CCARGS_MARCH_OPTS .= "${@bb.utils.contains('TUNE_FEATURES', 'crc', '+crc', '', d)}"