Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Magnus Lundmark <[email protected]>
  • Loading branch information
Ka-zam committed Oct 13, 2023
1 parent 4be7e43 commit 295ee58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/volk/volk_avx2_fma_intrinsics.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <immintrin.h>

/*
* First order Newton-Rapson approximation of 1 / x
* First order Newton-Raphson approximation of 1 / x
*/
static inline __m256 _mm256_rcp1_avx2_fma_ps(const __m256 x)
{
Expand Down
2 changes: 1 addition & 1 deletion include/volk/volk_avx_intrinsics.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <immintrin.h>

/*
* First order Newton-Rapson approximation of 1 / x
* First order Newton-Raphson approximation of 1 / x
*/
static inline __m256 _mm256_rcp1_avx_ps(const __m256 x)
{
Expand Down

0 comments on commit 295ee58

Please sign in to comment.