Skip to content

Commit 92da46f

Browse files
cperkulatorstephanosio
authored andcommitted
doc: properly formatting table
the table was improperly formatted and wouldn't display in rows. This should fix that. Signed-off-by: Caleb Perkinson <[email protected]>
1 parent 6b0586e commit 92da46f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

doc/services/dsp/index.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ The DSP API provides an architecture agnostic way for signal processing.
1111
Currently, the API will work on any architecture but will likely not be
1212
optimized. 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

3030
Using zDSP
3131
**********

0 commit comments

Comments
 (0)