[Issue 7509] Allow SIMD variable contents to have all their values changed to a single float variable

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Mar 12 18:33:34 PDT 2012


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



--- Comment #2 from junk.Nebster at gmail.com 2012-03-12 18:33:42 PDT ---
How should something like this be done then on other architectures?

I'm creating a matrix multiplication library and I tried using a value like
this and it didn't work.
I also tried float4 fl = 5; as a test and that didn't set fl to anything. (See
my other bug).
Shouldn't that second one cause a error (either while compiling or at runtime)?

-- 
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