Closed grimaldini closed 1 week ago
This allows you to use floats instead of doubles by defining the following before including the implementation:
#define tppl_float float #define tppl_sqrt std::sqrtf
sqrt and std::sqrtf differ at an assembly level, so this allows for extra-flexibility.
Looks good, thanks!
This allows you to use floats instead of doubles by defining the following before including the implementation:
sqrt and std::sqrtf differ at an assembly level, so this allows for extra-flexibility.