Files
OpenBMC/poky/meta/conf/machine/include/arm/feature-arm-crc.inc
T

5 lines
238 B
PHP
Raw Normal View History

2026-04-23 17:07:55 +08:00
# Cyclic Redundancy Check (CRC) instructions for armv8-a and armv8-r
TUNEVALID[crc] = "Enable instructions for ARMv8 Cyclic Redundancy Check (CRC)"
TUNE_CCARGS_MARCH_OPTS .= "${@bb.utils.contains('TUNE_FEATURES', 'crc', '+crc', '', d)}"