Displaying 7 results from an estimated 7 matches for "nativessemathfunctions".
2013 Jan 27
0
[LLVMdev] SIMD trigonometry/logarithms?
...was any
> current or planned effort to introduce SIMD implementations of
> sin/cos/exp/log intrinsics (in particular for x86-64 backend)?
Ralf Karrenberg had implemented some of these as part of his whole-function vectorization project:
https://github.com/karrenberg/wfv/blob/master/src/utils/nativeSSEMathFunctions.hpp
https://github.com/karrenberg/wfv/blob/master/src/utils/nativeAVXMathFunctions.hpp
Opinions on pulling these into the X86 backend?
-Hal
>
>
> Cheers,
>
>
>
>
> Dimitri.
> _______________________________________________
> LLVM Developers mailing list
>...
2013 Jan 27
4
[LLVMdev] SIMD trigonometry/logarithms?
...ed effort to introduce SIMD implementations of
> > sin/cos/exp/log intrinsics (in particular for x86-64 backend)?
>
> Ralf Karrenberg had implemented some of these as part of his
> whole-function vectorization project:
>
> https://github.com/karrenberg/wfv/blob/master/src/utils/nativeSSEMathFunctions.hpp
>
> https://github.com/karrenberg/wfv/blob/master/src/utils/nativeAVXMathFunctions.hpp
>
> Opinions on pulling these into the X86 backend?
>
> -Hal
>
> >
> >
> > Cheers,
> >
> >
> >
> >
> > Dimitri.
> > ________________...
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:
2013 Jan 28
1
[LLVMdev] SIMD trigonometry/logarithms?
On 28/01/2013 12:49 AM, Hal Finkel wrote:
> Ralf Karrenberg had implemented some of these as part of his
> whole-function vectorization project:
> https://github.com/karrenberg/wfv/blob/master/src/utils/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...
2013 Jan 27
0
[LLVMdev] SIMD trigonometry/logarithms?
...IMD implementations of
>> > sin/cos/exp/log intrinsics (in particular for x86-64 backend)?
>>
>> Ralf Karrenberg had implemented some of these as part of his
>> whole-function vectorization project:
>>
>> https://github.com/karrenberg/wfv/blob/master/src/utils/nativeSSEMathFunctions.hpp
>>
>> https://github.com/karrenberg/wfv/blob/master/src/utils/nativeAVXMathFunctions.hpp
>>
>> Opinions on pulling these into the X86 backend?
>>
>> -Hal
>>
>> >
>> >
>> > Cheers,
>> >
>> >
>> >
>...
2013 Jan 27
3
[LLVMdev] SIMD trigonometry/logarithms?
...lanned effort to introduce SIMD implementations of
> > sin/cos/exp/log intrinsics (in particular for x86-64 backend)?
>
> Ralf Karrenberg had implemented some of these as part of his
> whole-function vectorization project:
> https://github.com/karrenberg/wfv/blob/master/src/utils/nativeSSEMathFunctions.hpp
> https://github.com/karrenberg/wfv/blob/master/src/utils/nativeAVXMathFunctions.hpp
>
> Opinions on pulling these into the X86 backend?
>
> -Hal
>
> >
> >
> > Cheers,
> >
> >
> >
> >
> > Dimitri.
> > _____________...
2013 Jan 28
1
[LLVMdev] SIMD trigonometry/logarithms?
...troduce SIMD implementations of
>>> sin/cos/exp/log intrinsics (in particular for x86-64 backend)?
>>
>> Ralf Karrenberg had implemented some of these as part of his
>> whole-function vectorization project:
>> https://github.com/karrenberg/wfv/blob/master/src/utils/nativeSSEMathFunctions.hpp
>> https://github.com/karrenberg/wfv/blob/master/src/utils/nativeAVXMathFunctions.hpp
>>
>> Opinions on pulling these into the X86 backend?
>>
>> -Hal
>>
>>>
>>>
>>> Cheers,
>>>
>>>
>>>
>>>...