diff options
Diffstat (limited to 'libc/config/linux/aarch64/entrypoints.txt')
| -rw-r--r-- | libc/config/linux/aarch64/entrypoints.txt | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/libc/config/linux/aarch64/entrypoints.txt b/libc/config/linux/aarch64/entrypoints.txt index 1f2c58cf11dd..840d4cec14bb 100644 --- a/libc/config/linux/aarch64/entrypoints.txt +++ b/libc/config/linux/aarch64/entrypoints.txt @@ -860,8 +860,11 @@ list(APPEND TARGET_LIBM_ENTRYPOINTS libc.src.math.bf16sub libc.src.math.bf16subf libc.src.math.bf16subl + libc.src.math.canonicalizebf16 libc.src.math.ceilbf16 + libc.src.math.copysignbf16 libc.src.math.fabsbf16 + libc.src.math.fdimbf16 libc.src.math.floorbf16 libc.src.math.fmaxbf16 libc.src.math.fmaximumbf16 @@ -873,25 +876,41 @@ list(APPEND TARGET_LIBM_ENTRYPOINTS libc.src.math.fminimum_magbf16 libc.src.math.fminimum_mag_numbf16 libc.src.math.fminimum_numbf16 + libc.src.math.fmodbf16 + libc.src.math.frexpbf16 + libc.src.math.fromfpbf16 + libc.src.math.fromfpxbf16 + libc.src.math.getpayloadbf16 + libc.src.math.ilogbbf16 + libc.src.math.iscanonicalbf16 + libc.src.math.issignalingbf16 + libc.src.math.ldexpbf16 + libc.src.math.llogbbf16 libc.src.math.llrintbf16 libc.src.math.llroundbf16 + libc.src.math.logbbf16 libc.src.math.lrintbf16 libc.src.math.lroundbf16 - libc.src.math.fromfpbf16 - libc.src.math.fromfpxbf16 - libc.src.math.getpayloadbf16 + libc.src.math.modfbf16 libc.src.math.nanbf16 libc.src.math.nearbyintbf16 libc.src.math.nextafterbf16 libc.src.math.nextdownbf16 libc.src.math.nexttowardbf16 libc.src.math.nextupbf16 + libc.src.math.remainderbf16 + libc.src.math.remquobf16 + libc.src.math.rintbf16 libc.src.math.roundbf16 libc.src.math.roundevenbf16 - libc.src.math.rintbf16 + libc.src.math.scalblnbf16 + libc.src.math.scalbnbf16 libc.src.math.setpayloadbf16 libc.src.math.setpayloadsigbf16 + libc.src.math.sqrtbf16 libc.src.math.truncbf16 + libc.src.math.totalorderbf16 + libc.src.math.totalordermagbf16 libc.src.math.ufromfpbf16 libc.src.math.ufromfpxbf16 ) |
