taviso / 123elf

A native port of Lotus 1-2-3 to Linux.
1.17k stars 59 forks source link

Use functions provided by libm #51

Closed jserv closed 2 years ago

jserv commented 2 years ago

Lotus 1-2-3 provides its own math functions along with statically linked math routines. However, modern libm should outperform them. Let's map them to libm counterparts. Hopefully, it will result in a slightly faster and smaller executable.

taviso commented 2 years ago

Thanks, I've tested and seems to work perfectly. This seems like an easy win, thank you!