Skip to content

Commit bd9f2c2

Browse files
authored
[libc] Add missing math definitions for round and scal for GPU (#104636)
Summary: These can be enabled
1 parent 70995a1 commit bd9f2c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

libc/config/gpu/entrypoints.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,13 +425,15 @@ set(TARGET_LIBM_ENTRYPOINTS
425425
libc.src.math.rint
426426
libc.src.math.rintf
427427
libc.src.math.rintl
428-
libc.src.math.round
429428
libc.src.math.roundeven
430429
libc.src.math.roundevenf
431430
libc.src.math.roundevenl
431+
libc.src.math.round
432432
libc.src.math.roundf
433+
libc.src.math.roundl
433434
libc.src.math.scalbln
434435
libc.src.math.scalblnf
436+
libc.src.math.scalblnl
435437
libc.src.math.scalbn
436438
libc.src.math.scalbnf
437439
libc.src.math.scalbnl
@@ -459,6 +461,7 @@ set(TARGET_LIBM_ENTRYPOINTS
459461
libc.src.math.tgammaf
460462
libc.src.math.totalorder
461463
libc.src.math.totalorderf
464+
libc.src.math.totalorderl
462465
libc.src.math.totalordermag
463466
libc.src.math.totalordermagf
464467
libc.src.math.totalordermagl

0 commit comments

Comments
 (0)