Descent3/fix
Jan Engelhardt b7b2f1e9aa Delete unused fixed math functions
gcc warns about strict aliasing violations in fix.cpp:

fix/fix.cpp: In function "int FloatRound(float)":
fix/fix.cpp:157:14: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
  157 |   return ((*((int *)&nf)) & 0x7FFFFF) - 2048;

But these functions and then some are unused, so delete them altogether.
2024-09-09 12:55:27 +02:00
..
CMakeLists.txt CMake: add all headers to target sources 2024-08-09 17:09:14 +02:00
fix.cpp Delete unused fixed math functions 2024-09-09 12:55:27 +02:00
fix.h Delete unused fixed math functions 2024-09-09 12:55:27 +02:00