#include <inttypes.h>
#include <math.h>
#include <stdio.h>
#include <immintrin.h>
Go to the source code of this file.
◆ INCLUDED_volk_32f_expfast_32f_u_H
#define INCLUDED_volk_32f_expfast_32f_u_H |
◆ Mln2
#define Mln2 0.6931471805f |
◆ 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 |