7 ms·
.NET (C#) is getting there with Vector<T>.
by YoshiRulz 2y ago
.NET (C#) is getting there with Vector<T>.
- torginus 2y agoThat'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.