Skip to content

Commit e90d552

Browse files
[libc][NFC] Update riscv documentation (#100578)
This adds linux-riscv32 to the documentation and fixes riscv's entrypoint broken link.
1 parent 817cd72 commit e90d552

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libc/docs/date_and_time.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Implementation Status
2222

2323
- `linux-aarch32 <https://github.com/llvm/llvm-project/tree/main/libc/config/linux/arm/entrypoints.txt>`_
2424

25-
- `linux-riscv64 <https://github.com/llvm/llvm-project/tree/main/libc/config/linux/riscv64/entrypoints.txt>`_
25+
- `linux-riscv and linux-riscv32 <https://github.com/llvm/llvm-project/tree/main/libc/config/linux/riscv/entrypoints.txt>`_
2626

2727
* To check date and time functions enabled for Windows:
2828

@@ -49,7 +49,7 @@ Implementation Status
4949
+---------------------+---------------------------------------+-------------------+-------------------+-------------------+-------------------+
5050
| <Func> | Linux | Windows | MacOS | Embedded | GPU |
5151
| +---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
52-
| | x86_64 | aarch64 | aarch32 | riscv64 | x86_64 | aarch64 | x86_64 | aarch64 | aarch32 | riscv32 | AMD | nVidia |
52+
| | x86_64 | aarch64 | aarch32 | riscv64/riscv32 | x86_64 | aarch64 | x86_64 | aarch64 | aarch32 | riscv32 | AMD | nVidia |
5353
+=====================+=========+=========+=========+=========+=========+=========+=========+=========+=========+=========+=========+=========+
5454
| asctime | |check| | |check| | | |check| | | | | | | | | |
5555
+---------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+

libc/docs/math/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Implementation Status
7777

7878
- `linux-aarch32 <https://github.com/llvm/llvm-project/tree/main/libc/config/linux/arm/entrypoints.txt>`_
7979

80-
- `linux-riscv64 <https://github.com/llvm/llvm-project/tree/main/libc/config/linux/riscv64/entrypoints.txt>`_
80+
- `linux-riscv and linux-riscv32 <https://github.com/llvm/llvm-project/tree/main/libc/config/linux/riscv/entrypoints.txt>`_
8181

8282
* To check math functions enabled for Windows:
8383

0 commit comments

Comments
 (0)