[Mono-bugs] [Bug 506144] Structs that contain Mono.Simd.Vector4f fields have broken sequential layout

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu May 21 18:11:28 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=506144

User mhutchinson at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=506144#c2





--- Comment #2 from Michael Hutchinson <mhutchinson at novell.com>  2009-05-21 16:11:28 MDT ---
I'm also seeing this issue with a struct containing a single Vector4f:

[StructLayout (LayoutKind.Sequential)]
struct Vector3 {
    Vector4f val;
}

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list