Skip to content

Commit 5569bed

Browse files
Update index and optimization level
1 parent 95fdccb commit 5569bed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libc/docs/math/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Basic Operations
200200
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
201201
| remainder | |check| | |check| | |check| | | | 7.12.10.2 | F.10.7.2 |
202202
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
203-
| remquo | |check| | |check| | |check| | | | 7.12.10.3 | F.10.7.3 |
203+
| remquo | |check| | |check| | |check| | | |check| | 7.12.10.3 | F.10.7.3 |
204204
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
205205
| rint | |check| | |check| | |check| | |check| | |check| | 7.12.9.4 | F.10.6.4 |
206206
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+

libc/src/math/generic/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2425,7 +2425,7 @@ add_entrypoint_object(
24252425
DEPENDS
24262426
libc.src.__support.FPUtil.division_and_remainder_operations
24272427
COMPILE_OPTIONS
2428-
-O2
2428+
-O3
24292429
)
24302430

24312431
add_entrypoint_object(

0 commit comments

Comments
 (0)