Vector Optimized Library of Kernels  3.1.2
Architecture-tuned implementations of math kernels
volk_32f_expfast_32f.h File Reference
#include <inttypes.h>
#include <math.h>
#include <stdio.h>
#include <immintrin.h>

Go to the source code of this file.

Macros

#define Mln2   0.6931471805f
 
#define A   8388608.0f
 
#define B   1065353216.0f
 
#define C   60801.0f
 
#define INCLUDED_volk_32f_expfast_32f_u_H
 

Functions

static void volk_32f_expfast_32f_a_avx (float *bVector, const float *aVector, unsigned int num_points)
 
static void volk_32f_expfast_32f_u_avx (float *bVector, const float *aVector, unsigned int num_points)
 
static void volk_32f_expfast_32f_generic (float *bVector, const float *aVector, unsigned int num_points)
 

Macro Definition Documentation

#define A   8388608.0f
#define B   1065353216.0f
#define C   60801.0f
#define INCLUDED_volk_32f_expfast_32f_u_H
#define Mln2   0.6931471805f

Function Documentation

static void volk_32f_expfast_32f_a_avx ( float *  bVector,
const float *  aVector,
unsigned int  num_points 
)
inlinestatic
static void volk_32f_expfast_32f_generic ( float *  bVector,
const float *  aVector,
unsigned int  num_points 
)
inlinestatic
static void volk_32f_expfast_32f_u_avx ( float *  bVector,
const float *  aVector,
unsigned int  num_points 
)
inlinestatic