MonoDevelop for Windows runs in the .NET environment, and Mono.Simd.dll, which comes with Mono 2.8, is installed in the Mono GAC.
You need to add the link to the project in the Mono.Simd.dll file that comes with Mono 2.8.
It should be approximately in: C: \ Program Files (x86) \ Mono-2.8 \ lib \ mono \ 2.0 \ Mono.Simd.dll.
source
share