Test simd math functions for float4 values

beginning implementation of float4 simd functions for x64 and neon
This commit is contained in:
marauder2k7 2026-02-25 15:06:04 +00:00
parent a7d92c344d
commit 6406ca1832
8 changed files with 305 additions and 389 deletions

View file

@ -130,7 +130,7 @@ torqueAddSourceDirectories("windowManager" "windowManager/torque" "windowManager
torqueAddSourceDirectories("scene" "scene/culling" "scene/zones" "scene/mixin")
# Handle math
torqueAddSourceDirectories("math" "math/util" "math/simd")
torqueAddSourceDirectories("math" "math/util")
# Handle persistence
set(TORQUE_INCLUDE_DIRECTORIES ${TORQUE_INCLUDE_DIRECTORIES} "persistence/rapidjson")