Hmmm...when I try to add a reference to "Mono.SIMD.dll" in my application settings, I'm getting a dialog warning me that it targets a newer version of .NET than the one my project is currently targeting. I'm currently targeting .NET 2.0...which version does the SIMD dll require? 3.0? Sorry for all the questions, but I can't find this info in the SIMD section of the docs.
-L Rodrigo Kumpera wrote: > > Unfortunately no. > > On Wed, Aug 19, 2009 at 5:26 PM, LKeene <[email protected]> wrote: > >> >> Thanks for the reply Rodrigo, >> >> I see the SIMD docs...but are there any examples and sample code I can >> look >> at as well? >> >> -L >> >> >> Rodrigo Kumpera wrote: >> > >> > Yes, just add the Mono.Simd.dll assembly to the referenced set in VS. >> > It must be fully functional under VS ad well, so you can even test it >> > without leaving your IDE. >> > >> > >> > If you find it to be returning different results under VS/dotnet and >> mono, >> > please file a bug report. >> > >> > On Wed, Aug 19, 2009 at 3:53 PM, LKeene <[email protected]> wrote: >> > >> >> >> >> Hello fellow Mono users, >> >> >> >> In a search for greater performance I'd like to convert some of the >> >> numerically intensive blocks in my code to use the Mono.SIMD >> >> instructions. >> >> I'm currently writing my app in VS2008 and then running the code >> >> generated >> >> by VS2008 on the Mono runtime on Linux and Mac machines. Is there a >> way >> >> to >> >> use the SIMD extensions offered by Mono but from within the VS2008 IDE >> >> (i.e. >> >> will I be able to compile from within VS if my code contains the >> >> Mono.SIMD >> >> usages)? >> >> >> >> Thanks in advance everyone, >> >> -L >> >> -- >> >> View this message in context: >> >> >> http://www.nabble.com/Use-of-SIMD-in-VS2008-IDE--tp25049900p25049900.html >> >> Sent from the Mono - General mailing list archive at Nabble.com. >> >> >> >> _______________________________________________ >> >> Mono-list maillist - [email protected] >> >> http://lists.ximian.com/mailman/listinfo/mono-list >> >> >> > >> > _______________________________________________ >> > Mono-list maillist - [email protected] >> > http://lists.ximian.com/mailman/listinfo/mono-list >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/Use-of-SIMD-in-VS2008-IDE--tp25049900p25051347.html >> Sent from the Mono - General mailing list archive at Nabble.com. >> >> _______________________________________________ >> Mono-list maillist - [email protected] >> http://lists.ximian.com/mailman/listinfo/mono-list >> > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > > -- View this message in context: http://www.nabble.com/Use-of-SIMD-in-VS2008-IDE--tp25049900p25051773.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
