Re: [Mono-dev] Mono simd problems

2009-01-03 Thread Rodrigo Kumpera
Can you provide a complete program that shows this problem? It can be as short as you need to show the issue. On Wed, Dec 31, 2008 at 3:36 AM, crashfourit wrote: > > Actually, Vector4f.Shuffle(v, ShuffleSel.ExpandX) is not the problem but > > GetVector4f(out v0, out v1, out v2, out v3) > > Some

[Mono-dev] [PATCH] BeginPeek, BeginReceive exception handling.

2009-01-03 Thread Michael Barker
Hi, Attached is a patch that will ensure the exceptions that occur when processing BeginReceive/BeginPeek will thrown when EndPeek/EndReceive is called. Please review. Mike. Index: Mono.Messaging.RabbitMQ/Test/Mono.Messaging.RabbitMQ/AsyncReceiveTest.cs ==