Madeline Busig 094a4731c5 Modify fixed-point numbers to use 8 bits for the decimal point
This was done because with 6 bits of precision, when computing a
projection matrix error would accumulate up to 0.078. Changing the
decimal point precision to 8 bits minimizes the affect of this error,
reducing it closer to 0.016. Although, this does decrease the maximum
value from around 33,000,000 to around 8,000,000, although this
shouldn't be an issue.
2024-09-19 19:30:25 -07:00
2024-03-04 19:29:37 -07:00
2024-03-04 19:29:37 -07:00
2024-03-04 19:29:37 -07:00

mtl

C++ STL replacement, intended for embedded systems. Aims to be more performant than ETL.

Description
No description provided
Readme 326 KiB
Languages
C++ 84.8%
Assembly 12.8%
CMake 2.4%