[phobos] [D-Programming-Language/phobos] b2e8ce: Add support of IeeFlags and FloatingPointControl f...
GitHub via phobos
phobos at puremagic.com
Fri Oct 31 11:59:17 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: b2e8ce83c66e3bedf622ca9e09482ffdd2da33bf
https://github.com/D-Programming-Language/phobos/commit/b2e8ce83c66e3bedf622ca9e09482ffdd2da33bf
Author: kai <kai at redstar.de>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M std/math.d
Log Message:
-----------
Add support of IeeFlags and FloatingPointControl for PPC32/64.
This corrects some existings constants and adds new constants and logic.
Reading the PowerPC documentation is sometimes confusing because not only the
CPU is big endian but also the bit numbering inside a word is reversed (old
IBM style big endian).
The functionaly has been verified on a Linux/PPC64le system with LDC. The LDC
specific implementation is left out.
Commit: eb9b71d595a78de6e070545f69d07260c5b83094
https://github.com/D-Programming-Language/phobos/commit/eb9b71d595a78de6e070545f69d07260c5b83094
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2014-10-31 (Fri, 31 Oct 2014)
Changed paths:
M std/math.d
Log Message:
-----------
Merge pull request #2611 from redstar/math
Add support of IEEE Flags and FloatingPointControl for PPC32/64.
Compare: https://github.com/D-Programming-Language/phobos/compare/947a526393e0...eb9b71d595a7
More information about the phobos
mailing list