Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Software floating point support #9

Closed
GoogleCodeExporter opened this issue Oct 25, 2015 · 6 comments
Closed

Software floating point support #9

GoogleCodeExporter opened this issue Oct 25, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

Architectures with no floating point support could benefit from a software
floating point library. Also, architectures with no math library could
benefit from a math library.

Original issue reported on code.google.com by zik.sale...@gmail.com on 28 May 2009 at 4:05

@GoogleCodeExporter
Copy link
Author

Math library added for architectures with have none.
Now I just need to get soft float running.

Original comment by zik.sale...@gmail.com on 29 May 2009 at 1:41

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

bugged on bigendian!!!

Original comment by flameman...@gmail.com on 14 Sep 2009 at 8:25

@GoogleCodeExporter
Copy link
Author

i can test your code on

* hppa pa1..pa2
* mips-be (R3000..R12000)
* mips-le (R4000)
* m68k (68000..68060)
* ppc (ppc603,ppc405gp, ppc750...ppc7550)
* intel x86 (486,p4)

let me know any endianless fixup, i will test for you

Original comment by flameman...@gmail.com on 15 Sep 2009 at 1:28

@GoogleCodeExporter
Copy link
Author

Have decided against introducing software floating point. This should probably 
be in
the C compiler, not PicoC. That way it can be used in the whole system rather 
than
just in PicoC.

Original comment by zik.sale...@gmail.com on 4 Oct 2009 at 2:07

@GoogleCodeExporter
Copy link
Author

Closing this for now. Will open a bug for big-endian bug.

Original comment by zik.sale...@gmail.com on 4 Oct 2009 at 2:44

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Big-endian bug now in issue #44

Original comment by zik.sale...@gmail.com on 4 Oct 2009 at 2:46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant