All i'm finding on the web is a plethora of posts about how to use it back before update 2 was out, i didn't want to destroy my machine back then so i simply thought i'd wait untill it gets released.
Now it's out, i have VS 2013 Professional update 2 installed, i see a new Framework (4.5.2) exists but i still only have 4.5.1
What do i need to be able to use simd vectors? Do i need to install 4.5.2? Do i need to download the blc package that was used in the beta or is that supposed to be integrated in the Framework?
This stuff is changing quickly, but a fairly definitive source is the .NET CodeGen blog. First off, SIMD support requires RyuJIT, the next generation JIT compiler, which is in CTP so it has some limitations. To get SIMD support working with .NET 4.5.1, you must
Add a reference to
Microsoft.Numerics.Vectors.Vector<T>
to a class constructor that will be invoked BEFORE your methods that use the new Vector types.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With