From d0820996f373fb7c531e8fe8242c39c5eb9a540b Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Tue, 24 Feb 2026 20:19:34 +0000 Subject: [PATCH] basic simd math function overrides beginning the implementation of overriding the math functions with sse2 sse41 and avx2 functions Test simd math functions for float4 values beginning implementation of float4 simd functions for x64 and neon Update mMath_CPU.cpp Update mMath_CPU.cpp Update mMath_CPU.cpp fix mac fix linux compile added flags for different simd availability linux complained (as usual) backup alot more changes here added some matrix functions most of the point3 and point4 is now converted over to simd functions matrix now has a lot done by simd but transpose/normal/affine inverse/ inverse still to do Revert "backup" This reverts commit fb986e375d743bc083a0c52d20d4385bfc2dab27. Revert "fix linux compile" This reverts commit 8908bbe46201d5446df7721aebe79114a77f60f3. Revert "Update mMath_CPU.cpp" This reverts commit a59ba751eb646a385999c3ff61f0dc9f500333ad. Revert "Update mMath_CPU.cpp" This reverts commit babde0e6d2c2198108cf9aab1bd03af6c418152f. Revert "Update mMath_CPU.cpp" This reverts commit ea6c9cf5e8e6878a2d0b29cd26192653cea6054a. Revert "Test simd math functions for float4 values" This reverts commit 6406ca1832a4a93095b52913c59bd7f80ec43322. Revert "basic simd math function overrides" This reverts commit a7d92c344daef8b31466c0777d6ddd85688d48ed.