mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 23:35:45 +00:00
basic simd math function overrides
beginning the implementation of overriding the math functions with sse2 sse41 and avx2 functions
This commit is contained in:
parent
2b375bfea4
commit
a7d92c344d
5 changed files with 375 additions and 14 deletions
|
|
@ -130,7 +130,7 @@ torqueAddSourceDirectories("windowManager" "windowManager/torque" "windowManager
|
|||
torqueAddSourceDirectories("scene" "scene/culling" "scene/zones" "scene/mixin")
|
||||
|
||||
# Handle math
|
||||
torqueAddSourceDirectories("math" "math/util")
|
||||
torqueAddSourceDirectories("math" "math/util" "math/simd")
|
||||
|
||||
# Handle persistence
|
||||
set(TORQUE_INCLUDE_DIRECTORIES ${TORQUE_INCLUDE_DIRECTORIES} "persistence/rapidjson")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue