Skip to content

Commit 554f76f

Browse files
authored
Update Readme
1 parent 2432d52 commit 554f76f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# simd_utils
22

33
A header only library implementing common mathematical functions using SIMD intrinsics.
4-
This library is C/C++ compatible (tested with GCC7.5/9.3 and clang 9).
4+
This library is C/C++ compatible (tested with GCC7.5/9.3/11.2, clang 9/11, and ICC 21).
55

66
Thanks to Julien Pommier and Giovanni Garberoglio for their work on sin,cos,log, and exp functions in SSE, AVX, and NEON intrinsics.
77
Thanks to the DLTcollab team for their work on sse2neon.
@@ -34,7 +34,8 @@ Supported targets are :
3434
Vector functions (RISCV) for which the SIMD length makes less sense, are name functionType_vec, such as subs_vec, which substract an int32 array from and other one.
3535

3636
The project has been tested on :
37-
- Intel Atom
37+
- Intel Pentium T3200
38+
- Intel Atom Silvermont
3839
- Intel Ivy Bridge Core-i7
3940
- Intel Skylake Core-i7
4041
- Intel Cannonlake Core-i7

0 commit comments

Comments
 (0)