Vector Optimized Library of Kernels 3.2.0
Architecture-tuned implementations of math kernels
Loading...
Searching...
No Matches
volk_32f_tanh_32f.h File Reference
#include <inttypes.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include <xmmintrin.h>
#include <immintrin.h>

Go to the source code of this file.

Macros

#define INCLUDED_volk_32f_tanh_32f_u_H

Functions

static void volk_32f_tanh_32f_generic (float *cVector, const float *aVector, unsigned int num_points)
static void volk_32f_tanh_32f_series (float *cVector, const float *aVector, unsigned int num_points)
static void volk_32f_tanh_32f_a_sse (float *cVector, const float *aVector, unsigned int num_points)
static void volk_32f_tanh_32f_a_avx (float *cVector, const float *aVector, unsigned int num_points)
static void volk_32f_tanh_32f_u_sse (float *cVector, const float *aVector, unsigned int num_points)
static void volk_32f_tanh_32f_u_avx (float *cVector, const float *aVector, unsigned int num_points)

Macro Definition Documentation

◆ INCLUDED_volk_32f_tanh_32f_u_H

#define INCLUDED_volk_32f_tanh_32f_u_H

Function Documentation

◆ volk_32f_tanh_32f_a_avx()

void volk_32f_tanh_32f_a_avx ( float * cVector,
const float * aVector,
unsigned int num_points )
inlinestatic

◆ volk_32f_tanh_32f_a_sse()

void volk_32f_tanh_32f_a_sse ( float * cVector,
const float * aVector,
unsigned int num_points )
inlinestatic

◆ volk_32f_tanh_32f_generic()

void volk_32f_tanh_32f_generic ( float * cVector,
const float * aVector,
unsigned int num_points )
inlinestatic

◆ volk_32f_tanh_32f_series()

void volk_32f_tanh_32f_series ( float * cVector,
const float * aVector,
unsigned int num_points )
inlinestatic

◆ volk_32f_tanh_32f_u_avx()

void volk_32f_tanh_32f_u_avx ( float * cVector,
const float * aVector,
unsigned int num_points )
inlinestatic

◆ volk_32f_tanh_32f_u_sse()

void volk_32f_tanh_32f_u_sse ( float * cVector,
const float * aVector,
unsigned int num_points )
inlinestatic