File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,30 @@ if (${CORE} STREQUAL ARMV8SVE)
161
161
endif ()
162
162
endif ()
163
163
164
+ if (${CORE} STREQUAL CORTEXA510 )
165
+ if (NOT DYNAMIC_ARCH )
166
+ set (CCOMMON_OPT "${CCOMMON_OPT} -march=armv8-a+sve" )
167
+ endif ()
168
+ endif ()
169
+
170
+ if (${CORE} STREQUAL CORTEXA710 )
171
+ if (NOT DYNAMIC_ARCH )
172
+ set (CCOMMON_OPT "${CCOMMON_OPT} -march=armv8-a+sve" )
173
+ endif ()
174
+ endif ()
175
+
176
+ if (${CORE} STREQUAL CORTEXX1 )
177
+ if (NOT DYNAMIC_ARCH )
178
+ set (CCOMMON_OPT "${CCOMMON_OPT} -march=armv8-a+sve" )
179
+ endif ()
180
+ endif ()
181
+
182
+ if (${CORE} STREQUAL CORTEXX2 )
183
+ if (NOT DYNAMIC_ARCH )
184
+ set (CCOMMON_OPT "${CCOMMON_OPT} -march=armv8-a+sve" )
185
+ endif ()
186
+ endif ()
187
+
164
188
if (${CORE} STREQUAL POWER10 )
165
189
if (NOT DYNAMIC_ARCH )
166
190
execute_process (COMMAND ${CMAKE_C_COMPILER} -dumpversion OUTPUT_VARIABLE GCC_VERSION )
You can’t perform that action at this time.
0 commit comments