fdlibm: maths lib
fdlibm: maths lib
Hi guys, maybe you are interested in this too! I found a fairly "free" maths library which you can use in your O/S development adventures. It's pretty autonomous in the way that it can be compiled stand-alone, and this is of course perfect for operating system development. I wanted some floating point support in my terminal code, so I stumbled upon this: http://www.netlib.org/fdlibm/
My blog: http://www.rivencove.com/
- obiwac
- Member
- Posts: 149
- Joined: Fri Jan 27, 2017 12:15 pm
- Libera.chat IRC: obiwac
- Location: Belgium
Re: fdlibm: maths lib
This is quite interesting. I'll probably use it in my OS, if it's faster than my current implementation. Thanks!
Re: fdlibm: maths lib
Would you stop necro'ing posts?obiwac wrote:This is quite interesting. I'll probably use it in my OS, if it's faster than my current implementation. Thanks!
If some of you people keep insisting on having backwards compatibitity with the stone age, we'll have stone tools forever.
My Hobby OS: https://github.com/heatd/Onyx
My Hobby OS: https://github.com/heatd/Onyx
- obiwac
- Member
- Posts: 149
- Joined: Fri Jan 27, 2017 12:15 pm
- Libera.chat IRC: obiwac
- Location: Belgium
Re: fdlibm: maths lib
I didn't check the date. Sorry.