Skip to content

Commit 7f72165

Browse files
committed
Fix entrypoint name in GPU config
1 parent 8f156b3 commit 7f72165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/config/gpu/entrypoints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,8 @@ if(LIBC_TYPES_HAS_FLOAT16)
486486
libc.src.math.ceilf16
487487
libc.src.math.copysignf16
488488
libc.src.math.exp10f16
489-
libc.src.math.exp10m1f16
490489
libc.src.math.exp2f16
490+
libc.src.math.exp2m1f16
491491
libc.src.math.expf16
492492
libc.src.math.f16add
493493
libc.src.math.f16addf

0 commit comments

Comments
 (0)