File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
libc/config/linux/aarch64 Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -346,6 +346,9 @@ set(TARGET_LIBM_ENTRYPOINTS
346
346
libc.src.math.atan2f
347
347
libc.src.math.atanf
348
348
libc.src.math.atanhf
349
+ libc.src.math.canonicalize
350
+ libc.src.math.canonicalizef
351
+ libc.src.math.canonicalizel
349
352
libc.src.math.cbrt
350
353
libc.src.math.cbrtf
351
354
libc.src.math.ceil
@@ -366,6 +369,7 @@ set(TARGET_LIBM_ENTRYPOINTS
366
369
libc.src.math.exp10f
367
370
libc.src.math.exp2
368
371
libc.src.math.exp2f
372
+ libc.src.math.exp2m1f
369
373
libc.src.math.expf
370
374
libc.src.math.expm1
371
375
libc.src.math.expm1f
@@ -425,6 +429,8 @@ set(TARGET_LIBM_ENTRYPOINTS
425
429
libc.src.math.fromfpx
426
430
libc.src.math.fromfpxf
427
431
libc.src.math.fromfpxl
432
+ libc.src.math.fsqrt
433
+ libc.src.math.fsqrtl
428
434
libc.src.math.hypot
429
435
libc.src.math.hypotf
430
436
libc.src.math.ilogb
@@ -494,11 +500,11 @@ set(TARGET_LIBM_ENTRYPOINTS
494
500
libc.src.math.rintf
495
501
libc.src.math.rintl
496
502
libc.src.math.round
497
- libc.src.math.roundf
498
- libc.src.math.roundl
499
503
libc.src.math.roundeven
500
504
libc.src.math.roundevenf
501
505
libc.src.math.roundevenl
506
+ libc.src.math.roundf
507
+ libc.src.math.roundl
502
508
libc.src.math.scalbn
503
509
libc.src.math.scalbnf
504
510
libc.src.math.scalbnl
You can’t perform that action at this time.
0 commit comments