EtchedPixels / FUZIX

FuzixOS: Because Small Is Beautiful
Other
2.16k stars 271 forks source link

More floating point routines #213

Closed erkinalp closed 9 years ago

erkinalp commented 9 years ago

Maths library needed in assembly to fill in <math.h>, <float.h> and <complex.h> family of functions. EDIT: markdown parser ate part of comment.

EtchedPixels commented 9 years ago

All the relevant pieces should be coming from the compiler support library already and do so for gcc and for sdcc. cc65 doesn't support floating point.

So I don't see a bug here

erkinalp commented 9 years ago

http://www.6502.org/source/floats/wozfp1.txt

EtchedPixels commented 9 years ago

The compiler doesn't support float point types at all. A few fp routines in asm won't change that

erkinalp commented 8 years ago

Filed a feature request in cc65: https://github.com/cc65/cc65/issues/234