Hacker News new | ask | show | jobs
by YoshiRulz 452 days ago
.NET (C#) is getting there with Vector<T>.
1 comments

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.