[Issue 8523] [CTFE] compile time parsing of hex floats

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8523

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P2  |P4

--


[Issue 8523] [CTFE] compile time parsing of hex floats

2018-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8523

--- Comment #3 from Joakim  ---
Got rid of all the hex bit-packing in `std.conv.parse`, only missing bit is the
call to C's `ldexp`, which still causes this to fail at compile-time. You can
replace that with manual exponentiation if wanted to fix this, just as done for
decimal strings now.

--


[Issue 8523] [CTFE] compile time parsing of hex floats

2016-10-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8523

Andrei Alexandrescu  changed:

   What|Removed |Added

   Keywords||bootcamp
 CC||and...@erdani.com

--


[Issue 8523] [CTFE] compile time parsing of hex floats

2015-05-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8523

Clement Courbet  changed:

   What|Removed |Added

 CC||c...@somebod.com

--- Comment #2 from Clement Courbet  ---
pull:
https://github.com/D-Programming-Language/dmd/pull/4674

--


[Issue 8523] [CTFE] compile time parsing of hex floats

2013-01-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8523


Peter Alexander  changed:

   What|Removed |Added

   Keywords||CTFE
 CC||peter.alexander...@gmail.co
   ||m
Summary|compile time parsing of hex |[CTFE] compile time parsing
   |floats  |of hex floats


--- Comment #1 from Peter Alexander  2013-01-05 
12:03:21 PST ---
Added CTFE tag. I don't think there's any sane way to do this without CTFE
support for the pointer cast, or at least unions.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---