Files
Upsilon/libaxx/include
Neven Sajko bdc5be94b6 Performance fixes relating to floating point
Removes unneccesary usage of soft-float double usage. The reason for the
useless double math being done were broken standard C++ functions:
atanh<float>, sqrt<float>, asinh<float>, operator/<float>. This was in
turn caused by missing float versions of C++ functions hypot, atan2,
logb, scalbn.

A logbf implementation was missing from the libm, so I added one from
openlibm.
2020-04-09 13:58:56 +02:00
..
2018-07-18 16:32:49 +02:00
2017-08-02 09:56:19 +02:00
2018-07-18 16:32:49 +02:00
2018-07-18 16:32:49 +02:00