mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
Removes preprocessor check for FMA instructions in matrix multiplication functions. This simplifies the code and relies on the compiler's ability to optimize the code based on available hardware support. The assumption is that modern compilers will automatically utilize FMA instructions if available, and fall back to alternative implementations if not.