[Mono-list] Simd...which dll?

Miguel de Icaza miguel at novell.com
Sat Oct 10 17:00:23 EDT 2009


Hello,

> Hello, which mono.simd.dll should I reference in my project? I have two
> choices it seems:
> 
> 1) C:\Program files (x86)\Mono-2.2\lib\mono\2.0\Mono.SIMD.dll

This is the SDK assembly, what compilers use to know what is available
on the system, this is what you should reference.

> 2) C:\Program Files
> (x86)\Mono-2.2\lib\mono\gac\Mono.Simd\2.0.0.0_0738eb9f132ed756/Mono.SIMD.dll

This is the exact same binary, but as found on Mono's GAC.

We reserve the right to change the location of the GAC at will (we have
never done it, but we reserve that right) so you should not reference
this directly.   It is used at runtime by Mono's runtime.



More information about the Mono-list mailing list