[Mono-dev] Mono simd problems

crashfourit crashfourit at gmail.com
Tue Dec 30 14:56:26 EST 2008


I figgured it out; it is not Vector4f.Shuffle(v, ShuffleSel.ExpandX)  by
itself that causes problems. It is

Vector4f.Shuffle(v, ShuffleSel.ExpandX) * v2

That doesn't work in mono 2.2 rc3 and does work on .net 3.5. I'm guessing it
has to do with the jit engine in mono.
-- 
View this message in context: http://www.nabble.com/Mono-simd-problems-tp21221527p21222330.html
Sent from the Mono - Dev mailing list archive at Nabble.com.



More information about the Mono-devel-list mailing list