mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-19 04:10:54 +00:00
Update torque_macros.cmake
This commit is contained in:
parent
88ffdd01cd
commit
86b0baf432
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ function(add_math_backend name compile_defs)
|
|||
elseif(name STREQUAL "avx2")
|
||||
target_compile_options(math_${name} PRIVATE -mavx2 -mfma)
|
||||
elseif(name STREQUAL "neon")
|
||||
target_compile_options(math_${name} PRIVATE -march=armv8-a+simd)
|
||||
target_compile_options(math_${name} PRIVATE -march=armv8-a)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue