[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 06/14: volk: expfast comments
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 06/14: volk: expfast comments |
Date: |
Wed, 15 Oct 2014 23:25:08 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a commit to branch master
in repository gnuradio.
commit add88cac3a8512fc534b1f725ea8b4e21fbbef1b
Author: Tom Rondeau <address@hidden>
Date: Wed Oct 15 10:35:16 2014 -0400
volk: expfast comments
---
volk/kernels/volk/volk_32f_expfast_32f.h | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/volk/kernels/volk/volk_32f_expfast_32f.h
b/volk/kernels/volk/volk_32f_expfast_32f.h
index 01ed79a..30f82d5 100644
--- a/volk/kernels/volk/volk_32f_expfast_32f.h
+++ b/volk/kernels/volk/volk_32f_expfast_32f.h
@@ -1,7 +1,6 @@
#include <stdio.h>
#include <math.h>
#include <inttypes.h>
-#include <immintrin.h>
#define Mln2 0.6931471805f
#define A 8388608.0f
@@ -18,7 +17,7 @@
\brief Computes fast exp (max 7% error) of input vector and stores results
in output vector
\param bVector The vector where results will be stored
\param aVector The input vector of floats
- \param num_points Number of points for which log is to be computed
+ \param num_points Number of points for which exp is to be computed
*/
static inline void volk_32f_expfast_32f_a_avx(float* bVector, const float*
aVector, unsigned int num_points){
@@ -57,7 +56,7 @@ static inline void volk_32f_expfast_32f_a_avx(float* bVector,
const float* aVect
\brief Computes fast exp (max 7% error) of input vector and stores results
in output vector
\param bVector The vector where results will be stored
\param aVector The input vector of floats
- \param num_points Number of points for which log is to be computed
+ \param num_points Number of points for which exp is to be computed
*/
static inline void volk_32f_expfast_32f_a_sse4_1(float* bVector, const float*
aVector, unsigned int num_points){
@@ -96,7 +95,7 @@ static inline void volk_32f_expfast_32f_a_sse4_1(float*
bVector, const float* aV
\brief Computes fast exp (max 7% error) of input vector and stores results
in output vector
\param bVector The vector where results will be stored
\param aVector The input vector of floats
- \param num_points Number of points for which log is to be computed
+ \param num_points Number of points for which exp is to be computed
*/
static inline void volk_32f_expfast_32f_a_generic(float* bVector, const float*
aVector, unsigned int num_points){
float* bPtr = bVector;
@@ -121,7 +120,7 @@ static inline void volk_32f_expfast_32f_a_generic(float*
bVector, const float* a
\brief Computes fast exp (max 7% error) of input vector and stores results
in output vector
\param bVector The vector where results will be stored
\param aVector The input vector of floats
- \param num_points Number of points for which log is to be computed
+ \param num_points Number of points for which exp is to be computed
*/
static inline void volk_32f_expfast_32f_u_avx(float* bVector, const float*
aVector, unsigned int num_points){
- [Commit-gnuradio] [gnuradio] branch master updated (d50c57a -> 8ebe90f), git, 2014/10/15
- [Commit-gnuradio] [gnuradio] 03/14: volk: temp log kernels., git, 2014/10/15
- [Commit-gnuradio] [gnuradio] 04/14: volk: Added log2, git, 2014/10/15
- [Commit-gnuradio] [gnuradio] 06/14: volk: expfast comments,
git <=
- [Commit-gnuradio] [gnuradio] 08/14: volk: Added sin, cos kernels., git, 2014/10/15
- [Commit-gnuradio] [gnuradio] 12/14: volk: fixed some warnings, git, 2014/10/15
- [Commit-gnuradio] [gnuradio] 13/14: volk: fixed a problem with acos during some translation in the git history., git, 2014/10/15
- [Commit-gnuradio] [gnuradio] 09/14: volk: Added tan kernel., git, 2014/10/15
- [Commit-gnuradio] [gnuradio] 07/14: volk: added power kernel., git, 2014/10/15
- [Commit-gnuradio] [gnuradio] 10/14: volk: Added atan, asin, acos kernels., git, 2014/10/15
- [Commit-gnuradio] [gnuradio] 01/14: added new proto-kernels, git, 2014/10/15
- [Commit-gnuradio] [gnuradio] 05/14: volk: Added avx proto-kernel for fast exp., git, 2014/10/15
- [Commit-gnuradio] [gnuradio] 02/14: volk: Added proto-kernels for convert, multiply, conjugate, deinterleave, magnitude, mag-square, psd functions., git, 2014/10/15
- [Commit-gnuradio] [gnuradio] 11/14: volk (gsoc): whitespace, git, 2014/10/15