We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca05e6 commit 985e158Copy full SHA for 985e158
1 file changed
cmake/system.cmake
@@ -317,10 +317,10 @@ if (DEFINED TARGET)
317
endif()
318
319
if (${TARGET} STREQUAL Z13)
320
- set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -march=z13 -mzvector"
+ set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -march=z13 -mzvector")
321
322
if (${TARGET} STREQUAL Z14)
323
- set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -march=z14 -mzvector"
+ set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -march=z14 -mzvector")
324
325
326
if (${TARGET} STREQUAL NEOVERSEV1)
0 commit comments