-
I just added a module to my gbz80 project which uses floating point. Turns out that this adds way too much code. Investigating the library source indicates that the situation would be helped by the inclusion of a floating point library implemented in assembler.
Is there such a library around here? Are there any plans to include one?
Robert Ramey.
2009-11-16 18:28:09 UTC in Small Device C Compiler
-
I would be interested in such a a package.
Robert Ramey
ramey@rrsd.com.
2009-11-14 23:59:12 UTC in Small Device C Compiler
-
I'm looking at the page
http://www.euclideanspace.com/maths/algebra/realNormedAlgebra/other/dualComplex/index.htm
Example - Combined Displacement and Rotation
where it says
Starting from the previous position:
(1 + 7ε + 7 iε)
and applying a rotation of 90 represented by:
(0 + i)
...
It would seem to me that this implies a counter clockwise rotation of 90 degrees...
2009-10-13 18:28:55 UTC in mjbWorld
-
OK - I made the change on my system and will upload later.
2007-03-28 15:16:55 UTC in Boost C++ Libraries
-
I ran the test against the version in the HEAD and found no problems.
2007-03-23 04:33:43 UTC in Boost C++ Libraries
-
Fixed in next release.
2007-02-28 04:54:34 UTC in Boost C++ Libraries
-
I've uploaded two files crt0.s and global.s from my system. These files are modifications of those found in the gbdk 2.95. I included the whole file rather than the diffs as I wasn't sure what to diff them against. The files aren't very long in any case.
This change implements bank switching and permits "nested" disable/enable interrupt instructions. Lack of this caused problems with...
2007-02-26 05:58:36 UTC in Small Device C Compiler
-
File Added: global.s.
2007-02-26 05:42:58 UTC in Small Device C Compiler
-
File Added: crt0.s.
2007-02-26 05:42:09 UTC in Small Device C Compiler
-
see section of "rationale" in the docs which address "const".
2007-01-17 19:15:28 UTC in Boost C++ Libraries