[Issue 10305] Make array operations output type the same as the input one for fixed sized arrays

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 21 07:00:16 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=10305



--- Comment #2 from bearophile_hugs at eml.cc 2013-11-21 07:00:07 PST ---
(In reply to comment #1)
> a[] has type double[], s this is already doing what you said.

Then this ER asks for something un-standard and special, even if it needs some
hack in the compiler: keeping the compile-time knowledge of the array length is
very important to optimize well enough vector operations on fixed sized arrays.

This is a important enhancement request.

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


More information about the Digitalmars-d-bugs mailing list