VCTR
Loading...
Searching...
No Matches
vctr::expressions::FastExp< extent, SrcType > Class Template Reference

Calculates a fast approximation for the exp function. More...

Inheritance diagram for vctr::expressions::FastExp< extent, SrcType >:
vctr::ExpressionTemplateBase

Public Types

using value_type = ValueType< SrcType >
 

Public Member Functions

VCTR_FORCEDINLINE constexpr value_type operator[] (size_t i) const
 
VCTR_FORCEDINLINE VCTR_TARGET ("avx") void prepareAVXEvaluation() const
 
VCTR_FORCEDINLINE VCTR_TARGET ("fma") AVXRegister< value_type > getAVX(size_t i) const
 
VCTR_FORCEDINLINE VCTR_TARGET ("sse4.1") void prepareSSEEvaluation() const
 
VCTR_FORCEDINLINE VCTR_TARGET ("sse4.1") SSERegister< value_type > getSSE(size_t i) const
 
void prepareNeonEvaluation () const
 
NeonRegister< value_type > getNeon (size_t i) const
 

Detailed Description

template<size_t extent, class SrcType>
requires is::realOrComplexFloatNumber<ValueType<SrcType>>
class vctr::expressions::FastExp< extent, SrcType >

Calculates a fast approximation for the exp function.


The documentation for this class was generated from the following file: