search for: pommier

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

2013 Jan 28
1
[LLVMdev] SIMD trigonometry/logarithms?
...nativeSSEMathFunctions.hpp > https://github.com/karrenberg/wfv/blob/master/src/utils/nativeAVXMathFunctions.hpp > Opinions on pulling these into the X86 backend? -Hal I've actually been considering doing the same as these for our project (using the same reference implementation by Julien Pommier). We use math functions a lot 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 i...
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: