SIMD support...

Martin Nowak dawg at dawgfoto.de
Sun Jan 8 09:02:24 PST 2012


simdop will need more overloads, e.g. some
instructions need immediate bytes.
z = simdop(SHUFPS, x, y, 0);

How about this:
__v128 simdop(T...)(SIMD op, T args);


More information about the Digitalmars-d mailing list