search for: rcppsm_int

Displaying 4 results from an estimated 4 matches for "rcppsm_int".

2008 May 23
2
[LLVMdev] SSE intrinsic alignment bug?
...ectly, or whether it’s already >> being addressed. The following thread appears to talk about >> something similar:http://thread.gmane.org/gmane.comp.compilers.llvm.devel/9476/focus=9478 > > Looking at LLVM's definition of the rcpps intrinsic, this looks like > a bug to me (RCPPSm_Int uses a plain load; it looks like it > should be using memopv4f32). > > Dan > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmde...
2008 May 22
0
[LLVMdev] SSE intrinsic alignment bug?
...I’m not doing correctly, or whether it’s already > being addressed. The following thread appears to talk about > something similar:http://thread.gmane.org/gmane.comp.compilers.llvm.devel/9476/focus=9478 Looking at LLVM's definition of the rcpps intrinsic, this looks like a bug to me (RCPPSm_Int uses a plain load; it looks like it should be using memopv4f32). Dan
2008 May 23
0
[LLVMdev] SSE intrinsic alignment bug?
...’s already >>> being addressed. The following thread appears to talk about >>> something similar:http://thread.gmane.org/gmane.comp.compilers.llvm.devel/9476/focus=9478 >> >> Looking at LLVM's definition of the rcpps intrinsic, this looks like >> a bug to me (RCPPSm_Int uses a plain load; it looks like it >> should be using memopv4f32). >> >> Dan >> >> >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://l...
2008 May 22
4
[LLVMdev] SSE intrinsic alignment bug?
Hi all, I think I might have found a potential bug when using SSE intrinsic and unaligned memory. Here's the code to reproduce it: #include "llvm/Module.h" #include "llvm/Intrinsics.h" #include "llvm/Instructions.h" #include "llvm/ModuleProvider.h" #include "llvm/ExecutionEngine/JIT.h" #include