[Mono-dev] SIMD Acceleration support in Mono

Zoltan Varga vargaz at gmail.com
Tue Mar 14 00:57:51 UTC 2017


Hi,

The next major version of Mono, probably named 5.0, will support SIMD
accelerated code
on x86/x86-64 using the classes in the System.Numerics.Vectors namespace:

https://msdn.microsoft.com/en-us/library/dn858218(v=vs.111).aspx

In parallel with this, we plan on deprecating our home grown SIMD library
Mono.Simd. We plan on removing JIT support for the classes in Mono.Simd two
major
releases after Mono 5.0. The assembly will be present, but the operations
in it will no
longer use SIMD code.

              Zoltan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dot.net/pipermail/mono-devel-list/attachments/20170313/f7947cf5/attachment.html>


More information about the Mono-devel-list mailing list