Skip to content

Commit 64199bf

Browse files
[libc] make aarch64 libm entrypoints consistent w/ x86-64 (llvm#100963)
Test passes locally.
1 parent 53c37f3 commit 64199bf

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

libc/config/linux/aarch64/entrypoints.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,9 @@ set(TARGET_LIBM_ENTRYPOINTS
346346
libc.src.math.atan2f
347347
libc.src.math.atanf
348348
libc.src.math.atanhf
349+
libc.src.math.canonicalize
350+
libc.src.math.canonicalizef
351+
libc.src.math.canonicalizel
349352
libc.src.math.cbrt
350353
libc.src.math.cbrtf
351354
libc.src.math.ceil
@@ -366,6 +369,7 @@ set(TARGET_LIBM_ENTRYPOINTS
366369
libc.src.math.exp10f
367370
libc.src.math.exp2
368371
libc.src.math.exp2f
372+
libc.src.math.exp2m1f
369373
libc.src.math.expf
370374
libc.src.math.expm1
371375
libc.src.math.expm1f
@@ -425,6 +429,8 @@ set(TARGET_LIBM_ENTRYPOINTS
425429
libc.src.math.fromfpx
426430
libc.src.math.fromfpxf
427431
libc.src.math.fromfpxl
432+
libc.src.math.fsqrt
433+
libc.src.math.fsqrtl
428434
libc.src.math.hypot
429435
libc.src.math.hypotf
430436
libc.src.math.ilogb
@@ -494,11 +500,11 @@ set(TARGET_LIBM_ENTRYPOINTS
494500
libc.src.math.rintf
495501
libc.src.math.rintl
496502
libc.src.math.round
497-
libc.src.math.roundf
498-
libc.src.math.roundl
499503
libc.src.math.roundeven
500504
libc.src.math.roundevenf
501505
libc.src.math.roundevenl
506+
libc.src.math.roundf
507+
libc.src.math.roundl
502508
libc.src.math.scalbn
503509
libc.src.math.scalbnf
504510
libc.src.math.scalbnl

0 commit comments

Comments
 (0)