Torque3D/Engine/source
marauder2k7 67f12311d4 ISA backends float3 and float4 - cleanup history squash
working for both neon32 and neon64

Update math_backend.cpp

further sse simd additions

avx2 float3 added
added normalize_magnitude
added divide fast to float3 may copy to float4

move static spheremesh to drawSphere (initialize on first use) so platform has a chance to load the math backend

all float3 and float4 functions and isas

completed all options of float3 and float4 functions in isas and math_c
neon still to be done but that will be on mac.

Update math_backend.cpp

mac isa neon update

added float3
restructured the classes to look more like the final version of the x86 classes

linux required changes

Update build-macos-clang.yml

Update build-macos-clang.yml

Revert "Update build-macos-clang.yml"

This reverts commit 29dfc567f4.

Revert "Update build-macos-clang.yml"

This reverts commit 2abad2b4ca.

Update CMakeLists.txt

fix macs stupid build

remove god awful rolling average from frame time tracker....

use intrinsic headers instead

each isa implementation now uses a header for that isa's intrinsic functions these are then used in the impl files. This will make it easier for matrix functions when those are implemented.

fixed comment saying 256 when it should be 512 for avx512

consolidated initializers for function tables

Update neon_intrinsics.h

fixes for some neon intrinsics no idea if this is the best way to do these but they work at least

v_cross is especially messy at the moment we basically just do it as a c math function need to look into getting this done correctly
2026-03-05 18:55:34 +00:00
..
afx crashfixes 2025-11-23 15:10:37 -06:00
app redundant file cleanup 2025-08-26 18:35:00 -05:00
assets dial back nullPtr usage 2025-12-29 17:45:09 -06:00
cinterface Expose SimObjectPtr C-API functions using EngineAPI 2023-10-08 17:36:51 -05:00
collision ConvexFeature: Fix collision list object references 2025-12-28 17:46:46 +01:00
console context safties 2026-03-02 11:38:20 -06:00
core dial back nullPtr usage 2025-12-29 17:45:09 -06:00
environment dial back nullPtr usage 2025-12-29 17:45:09 -06:00
forest Ensures that when performing certain actions like painting, erasing, cutting or pasting, it will mark the forest editor as dirty so it will save as expected 2025-08-12 00:46:52 -05:00
gfx ISA backends float3 and float4 - cleanup history squash 2026-03-05 18:55:34 +00:00
gui context safties 2026-03-02 11:38:20 -06:00
i18n Console Refactor 2023-09-13 10:33:20 +02:00
lighting Update GFXTextureManager and GBitmap 2025-12-22 10:29:01 +00:00
main mem report cleanups 2025-05-19 05:59:36 -05:00
materials dial back nullPtr usage 2025-12-29 17:45:09 -06:00
math ISA backends float3 and float4 - cleanup history squash 2026-03-05 18:55:34 +00:00
module dial back nullPtr usage 2025-12-29 17:45:09 -06:00
navigation don't use MarkerObjectTypes for navmesh generation 2026-01-13 20:02:37 -06:00
persistence Update taml_ScriptBinding.h 2025-10-12 19:43:48 +01:00
platform ISA backends float3 and float4 - cleanup history squash 2026-03-05 18:55:34 +00:00
platformMac ISA backends float3 and float4 - cleanup history squash 2026-03-05 18:55:34 +00:00
platformPOSIX ISA backends float3 and float4 - cleanup history squash 2026-03-05 18:55:34 +00:00
platformSDL opengl debug 2026-03-01 13:15:42 +00:00
platformWin32 ISA backends float3 and float4 - cleanup history squash 2026-03-05 18:55:34 +00:00
platformX11 * BugFix: Correct many include paths and build platformX11 on non-Apple Unix. 2021-11-14 14:45:42 -05:00
platformX86UNIX * Adjustment: Tweak the include paths for platformPOSIX.h. 2021-11-14 14:05:16 -05:00
postFx dial back nullPtr usage 2025-12-29 17:45:09 -06:00
renderInstance dial back nullPtr usage 2025-12-29 17:45:09 -06:00
scene dial back nullPtr usage 2025-12-29 17:45:09 -06:00
sfx dial back nullPtr usage 2025-12-29 17:45:09 -06:00
shaderGen dial back nullPtr usage 2025-12-29 17:45:09 -06:00
sim minor cleanups for https://github.com/TorqueGameEngines/Torque3D/pull/1672 2026-02-24 15:04:38 -06:00
sqlite Fix for build 2022-12-02 11:58:45 +06:00
T3D from marauder: cover corrections 2026-03-04 10:15:46 -06:00
terrain dial back nullPtr usage 2025-12-29 17:45:09 -06:00
testing Update ScriptTest.cpp 2025-05-20 16:14:53 +01:00
ts don't flip invertroughness on by default 2026-02-24 17:03:12 -06:00
util ISA backends float3 and float4 - cleanup history squash 2026-03-05 18:55:34 +00:00
Verve Console Refactor 2023-09-13 10:33:20 +02:00
windowManager rest of virtuals removed 2024-03-18 18:40:22 +00:00
.gitattributes Somebody broke SDL when they updated it. The new version depends on AudioToolbox, so added that as dependency in torque3d.cmake 2017-01-13 10:42:52 -05:00
CMakeLists.txt ISA backends float3 and float4 - cleanup history squash 2026-03-05 18:55:34 +00:00
ggEndOfLineFix.txt