Vector Optimized Library of Kernels 3.2.0
Architecture-tuned implementations of math kernels
Loading...
Searching...
No Matches
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

◆ A

#define A   8388608.0f

◆ B

#define B   1065353216.0f

◆ C

#define C   60801.0f

◆ INCLUDED_volk_32f_expfast_32f_u_H

#define INCLUDED_volk_32f_expfast_32f_u_H

◆ Mln2

#define Mln2   0.6931471805f

Function Documentation

◆ volk_32f_expfast_32f_a_avx()

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

◆ volk_32f_expfast_32f_generic()

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

◆ volk_32f_expfast_32f_u_avx()

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