[parrot/parrot] 348532: [native_pbc] finish cvt_num16_num8 fix #1193
GitHub
noreply at github.com
Wed Jan 28 12:54:16 UTC 2015
Branch: refs/heads/master
Home: https://github.com/parrot/parrot
Commit: 3485324ded4d577de440c341140866cb5659bbfb
https://github.com/parrot/parrot/commit/3485324ded4d577de440c341140866cb5659bbfb
Author: Reini Urban <rurban at cpanel.net>
Date: 2015-01-28 (Wed, 28 Jan 2015)
Changed paths:
M ChangeLog
M lib/Parrot/Configure/Compiler.pm
M src/packfile/pf_items.c
Log Message:
-----------
[native_pbc] finish cvt_num16_num8 fix #1193
move the old cvt_num16_num8 code for true __float128 to cvt_num16_num8_be,
where it is really used in non-powerpc long doubles.
Closes GH #1193.
Also fixed a small codingstd problem.
TODO: darwin ppc long-double, and many more conversions. See `native_pbc2` for that.
More information about the parrot-commits
mailing list