Browse Source

Fix typo

pull/1924/head
luz paz 3 years ago
parent
commit
b4056736d9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      include/simd/sse_mathfun.h

+ 1
- 1
include/simd/sse_mathfun.h View File

@@ -178,7 +178,7 @@ inline __m128 sse_mathfun_exp_ps(__m128 x) {
}


/* evaluation of 4 sines at onces, using only SSE1+MMX intrinsics so
/* evaluation of 4 sines at once, using only SSE1+MMX intrinsics so
it runs also on old athlons XPs and the pentium III of your grand
mother.



Loading…
Cancel
Save