You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ Supported targets are :
26
26
- AVX512 (experimental, most of float32 functions)
27
27
- ARM Neon (through sse2neon plus some optimized functions).
28
28
- RISC-V Vector extension (experimental)
29
+
- PowerPC Alitivec (experimental)
29
30
30
31
128 bit functions (SSE and NEON) are name function128type, such as asin128f, which computes the arcsinus function on an float32 array. Float64 functions have the "d" suffix.
31
32
256 bit functions (AVX/AVX2) have 256 instead of 128 in their name, such as asin256f.
@@ -39,7 +40,7 @@ The project has been tested on :
39
40
- Intel Cannonlake Core-i7
40
41
- Intel SDE (emulator) for AVX-512
41
42
- Spike (emulator) for RISCV Vector
42
-
- Qemu 5.X (emulator) )for arm/aarch64
43
+
- Qemu 5.X (emulator) )for arm/aarch64, and ppc
43
44
- Cortex-a53 (Raspberry Pi 3B)
44
45
- Cortex-a9 (ZYBO)
45
46
@@ -53,6 +54,7 @@ Simply include simd_utils.h in your C/C++ file, and compile with :
0 commit comments