search for: fpsin

Displaying 3 results from an estimated 3 matches for "fpsin".

Did you mean: psin
2013 Jan 28
1
[LLVMdev] SIMD trigonometry/logarithms?
...in our code so any performance gain would be useful. However, accuracy is quite important in our case, so we would want any implementation to at least match the accuracy of the current implementation. On X86 (at least in LLVM 2.8 which we currently use), the sin/cos intrinsics end up using the X87 fpsin instruction. On Win32, the system provided sin function also ends up using the same assembly instruction. Peter N
2013 Jan 27
0
[LLVMdev] SIMD trigonometry/logarithms?
----- Original Message ----- > From: "Dimitri Tcaciuc" <dtcaciuc at gmail.com> > To: llvmdev at cs.uiuc.edu > Sent: Sunday, January 27, 2013 3:42:42 AM > Subject: [LLVMdev] SIMD trigonometry/logarithms? > > > > Hi everyone, > > > I was looking at loop vectorizer code and wondered if there was any > current or planned effort to introduce SIMD
2013 Jan 27
5
[LLVMdev] SIMD trigonometry/logarithms?
Hi everyone, I was looking at loop vectorizer code and wondered if there was any current or planned effort to introduce SIMD implementations of sin/cos/exp/log intrinsics (in particular for x86-64 backend)? Cheers, Dimitri. -------------- next part -------------- An HTML attachment was scrubbed... URL: