[Mono-dev] mono.simd sugestions
Rodrigo Kumpera
kumpera at gmail.com
Thu Nov 20 18:40:40 EST 2008
The JIT will generate reasonable code. It's on our plans to give atention on
having a good
integration story with existing code.
On Thu, Nov 20, 2008 at 9:15 PM, crashfourit <crashfourit at gmail.com> wrote:
> How will the jit engine handle this?
> public static unsafe Vector4 AsVector4(ref Vector4f v){
> fixed (Vector4f *f = &v) {
> return *(Vector4*)f;
> }
> }
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20081120/efa0b71f/attachment.html
More information about the Mono-devel-list
mailing list