File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -11,21 +11,21 @@ The DSP API provides an architecture agnostic way for signal processing.
1111Currently, the API will work on any architecture but will likely not be
1212optimized. The status of the various architectures can be found below:
1313
14- +--------------+-------------+
15- | Architecture | Status |
16- +--------------+-------------+
17- | ARC | Unoptimized |
18- | ARM | Optimized |
19- | ARM64 | Optimized |
20- | MIPS | Unoptimized |
21- | NIOS2 | Unoptimized |
22- | POSIX | Unoptimized |
23- | RISCV | Unoptimized |
24- | RISCV64 | Unoptimized |
25- | SPARC | Unoptimized |
26- | X86 | Unoptimized |
27- | XTENSA | Unoptimized |
28- +--------------+-------------+
14+ ============ =============
15+ Architecture Status
16+ ============ =============
17+ ARC Unoptimized
18+ ARM Optimized
19+ ARM64 Optimized
20+ MIPS Unoptimized
21+ NIOS2 Unoptimized
22+ POSIX Unoptimized
23+ RISCV Unoptimized
24+ RISCV64 Unoptimized
25+ SPARC Unoptimized
26+ X86 Unoptimized
27+ XTENSA Unoptimized
28+ ============ =============
2929
3030Using zDSP
3131**********
You can’t perform that action at this time.
0 commit comments