File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -425,13 +425,15 @@ set(TARGET_LIBM_ENTRYPOINTS
425
425
libc.src.math.rint
426
426
libc.src.math.rintf
427
427
libc.src.math.rintl
428
- libc.src.math.round
429
428
libc.src.math.roundeven
430
429
libc.src.math.roundevenf
431
430
libc.src.math.roundevenl
431
+ libc.src.math.round
432
432
libc.src.math.roundf
433
+ libc.src.math.roundl
433
434
libc.src.math.scalbln
434
435
libc.src.math.scalblnf
436
+ libc.src.math.scalblnl
435
437
libc.src.math.scalbn
436
438
libc.src.math.scalbnf
437
439
libc.src.math.scalbnl
@@ -459,6 +461,7 @@ set(TARGET_LIBM_ENTRYPOINTS
459
461
libc.src.math.tgammaf
460
462
libc.src.math.totalorder
461
463
libc.src.math.totalorderf
464
+ libc.src.math.totalorderl
462
465
libc.src.math.totalordermag
463
466
libc.src.math.totalordermagf
464
467
libc.src.math.totalordermagl
You can’t perform that action at this time.
0 commit comments