Commit graph

6 commits

Author SHA1 Message Date
marauder2k7
fb986e375d 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
2026-02-25 20:36:53 +00:00
marauder2k7
8908bbe462 fix linux compile
added flags for different simd availability
linux complained (as usual)
2026-02-25 18:05:39 +00:00
marauder2k7
a59ba751eb Update mMath_CPU.cpp
fix mac
2026-02-25 16:58:03 +00:00
marauder2k7
babde0e6d2 Update mMath_CPU.cpp 2026-02-25 16:29:08 +00:00
marauder2k7
ea6c9cf5e8 Update mMath_CPU.cpp 2026-02-25 16:09:11 +00:00
marauder2k7
6406ca1832 Test simd math functions for float4 values
beginning implementation of float4 simd functions for x64 and neon
2026-02-25 15:06:04 +00:00