You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- ifeq ($(CORE), ARMV8)
- CCOMMON_OPT += -march=armv8-a
- FCOMMON_OPT += -march=armv8-a
- endif
-
- ifeq ($(CORE), CORTEXA57)
- CCOMMON_OPT += -march=armv8-a+crc+crypto+fp+simd -mtune=cortex-a57
- FCOMMON_OPT += -march=armv8-a+crc+crypto+fp+simd -mtune=cortex-a57
- endif
|