[Issue 7413] Vector literals don't work

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Mar 1 14:16:28 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7413


Sean Cavanaugh <WorksOnMyMachine at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |WorksOnMyMachine at gmail.com


--- Comment #3 from Sean Cavanaugh <WorksOnMyMachine at gmail.com> 2012-03-01 14:16:27 PST ---
Hex float constants don't seem to be expressive enough to handle all 2^32 or
2^64 bit patterns for float or double (nan, exponent masks, mantissa only masks
etc).   

This is a problem for defining more exotic data while maintining the correct
'type' for the constant (float4 instead of an int4, double2 instead of long2
etc)

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


More information about the Digitalmars-d-bugs mailing list