https://bugs.freedesktop.org/show_bug.cgi?id=72619
Vinson Lee changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=72619
--- Comment #3 from Vinson Lee ---
The bug can be reproduced with llvm 3.2 and newer.
--
You are receiving this mail because:
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists
https://bugs.freedesktop.org/show_bug.cgi?id=72619
--- Comment #2 from Roland Scheidegger ---
Created attachment 90688
--> https://bugs.freedesktop.org/attachment.cgi?id=90688&action=edit
use i8 ptr instead of i32 ptr for load/store of mxcsr
Could you try this patch? Still works with llvm 3.1
https://bugs.freedesktop.org/show_bug.cgi?id=72619
--- Comment #1 from Roland Scheidegger ---
Hmm works for me, with llvm 3.1
Though looking at the intrinsics code I believe the pointer should be i8 type,
not i32. Hence should probably allocate i32 var then cast the pointer to i8*
type for stmxcs