[Issue 12429] SIMD vector type errors are too eager
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Nov 21 20:00:23 PST 2016
https://issues.dlang.org/show_bug.cgi?id=12429
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #5 from Walter Bright <bugzilla at digitalmars.com> ---
The trouble is that float8 is supported by front ends other than DMD, so
putting the error into the front end makes it less generic. DMD not supporting
float8 is listed in other bugzilla issues. I've currently begun work on
supporting float8 in DMD, so fixing this is not worth the effort.
--
More information about the Digitalmars-d-bugs
mailing list