top | item 43388044

(no title)

YoshiRulz | 11 months ago

.NET (C#) is getting there with Vector<T>.

discuss

order

torginus|11 months ago

That's just syntactic sugar (and a bit of architecture independence) over intrinsics. You can get the same in C++ just with wrapping intrinsics in classes, and a few ifdefs.