Re: [Mono-dev] Enabling Support for SIMD Intrinsics

2009-01-23 Thread Justin Holewinski
How much work is left in the port to amd64? I have only skimmed the code for the Mono JIT compiler, but if there are some smaller tasks that need done, I could try to help. Thanks, Justin Holewinski 2009/1/22 Jerry Maine crashfou...@gmail.com Justin, you could help remedy that yourself and

Re: [Mono-dev] Enabling Support for SIMD Intrinsics

2009-01-23 Thread Rodrigo Kumpera
Well, basically all of it is left. We didn't start it, but it should be pretty simple once the register allocator is dealt with. 2009/1/23 Justin Holewinski shawmish...@gmail.com How much work is left in the port to amd64? I have only skimmed the code for the Mono JIT compiler, but if there

Re: [Mono-dev] Enabling Support for SIMD Intrinsics

2009-01-23 Thread Jerry Maine
Justin, I'm planning on working on that. You're welcome to help. Rodrigo Kumpera wrote: Well, basically all of it is left. We didn't start it, but it should be pretty simple once the register allocator is dealt with. 2009/1/23 Justin Holewinski shawmish...@gmail.com

[Mono-dev] Enabling Support for SIMD Intrinsics

2009-01-22 Thread Justin Holewinski
Is there a special configure script option to enable the SIMD intrinsic optimizations? I just compiled Mono from the 2.2 sources and compiled/executed the following C# code snippet: Console.WriteLine(SIMD Mode: {0}, SimdRuntime.AccelMode.ToString()); This is printing out SIMD Mode: None

Re: [Mono-dev] Enabling Support for SIMD Intrinsics

2009-01-22 Thread Rodrigo Kumpera
Yes, mono 2.2 and 2.4 will only feature simd support for x86 32 bits. 2009/1/22 Justin Holewinski shawmish...@gmail.com Is there a special configure script option to enable the SIMD intrinsic optimizations? I just compiled Mono from the 2.2 sources and compiled/executed the following C#

Re: [Mono-dev] Enabling Support for SIMD Intrinsics

2009-01-22 Thread Jerry Maine
Justin, you could help remedy that yourself and finish the simd port for amd64 in the jit engine or at least help with it. Rodrigo Kumpera wrote: Yes, mono 2.2 and 2.4 will only feature simd support for x86 32 bits. 2009/1/22 Justin Holewinski shawmish...@gmail.com