Displaying 4 results from an estimated 4 matches for "nativessemath".
2013 Feb 14
0
[LLVMdev] SIMD trigonometry/logarithms?
...oduce 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/nativeSSEMath
>> Functions.hpp
>> https://github.com/karrenberg/wfv/blob/master/src/utils/nativeAVXMath
>> Functions.hpp
>>
>> Opinions on pulling these into the X86 backend?
>>
>> -Hal
>>
>>>
>>>
>>> Cheers,
>>>
>>&...
2013 Feb 14
1
[LLVMdev] SIMD trigonometry/logarithms?
...ons 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/nativeSSEMath
> >> Functions.hpp
> >> https://github.com/karrenberg/wfv/blob/master/src/utils/nativeAVXMath
> >> Functions.hpp
> >>
> >> Opinions on pulling these into the X86 backend?
> >>
> >> -Hal
> >>
> >>>
> >>&...
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,
>>>
>>>
>>>
&g...
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.
> > ____...