Vector Optimized Library of Kernels  3.0.0
Architecture-tuned implementations of math kernels
volk_32f_s32f_power_32f.h File Reference
#include <inttypes.h>
#include <math.h>
#include <stdio.h>
#include <xmmintrin.h>

Go to the source code of this file.

Functions

static void volk_32f_s32f_power_32f_a_sse (float *cVector, const float *aVector, const float power, unsigned int num_points)
 
static void volk_32f_s32f_power_32f_generic (float *cVector, const float *aVector, const float power, unsigned int num_points)
 

Function Documentation

◆ volk_32f_s32f_power_32f_a_sse()

static void volk_32f_s32f_power_32f_a_sse ( float *  cVector,
const float *  aVector,
const float  power,
unsigned int  num_points 
)
inlinestatic

◆ volk_32f_s32f_power_32f_generic()

static void volk_32f_s32f_power_32f_generic ( float *  cVector,
const float *  aVector,
const float  power,
unsigned int  num_points 
)
inlinestatic