We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70995a1 commit bd9f2c2Copy full SHA for bd9f2c2
libc/config/gpu/entrypoints.txt
@@ -425,13 +425,15 @@ set(TARGET_LIBM_ENTRYPOINTS
425
libc.src.math.rint
426
libc.src.math.rintf
427
libc.src.math.rintl
428
- libc.src.math.round
429
libc.src.math.roundeven
430
libc.src.math.roundevenf
431
libc.src.math.roundevenl
+ libc.src.math.round
432
libc.src.math.roundf
433
+ libc.src.math.roundl
434
libc.src.math.scalbln
435
libc.src.math.scalblnf
436
+ libc.src.math.scalblnl
437
libc.src.math.scalbn
438
libc.src.math.scalbnf
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
463
libc.src.math.totalorderf
464
+ libc.src.math.totalorderl
465
libc.src.math.totalordermag
466
libc.src.math.totalordermagf
467
libc.src.math.totalordermagl
0 commit comments