We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10dcba7 commit e040474Copy full SHA for e040474
libc/config/linux/aarch64/entrypoints.txt
@@ -516,7 +516,10 @@ if(LIBC_TYPES_HAS_FLOAT16)
516
libc.src.math.nearbyintf16
517
libc.src.math.nextafterf16
518
libc.src.math.nextdownf16
519
- libc.src.math.nexttowardf16
+ # Temporarily disable nexttowardf16 on aarch64 because the conversion
520
+ # between _Float16 and long double will crash clang-11. This is fixed in
521
+ # clang-12 and after: https://godbolt.org/z/8ceT9454c
522
+ # libc.src.math.nexttowardf16
523
libc.src.math.nextupf16
524
libc.src.math.rintf16
525
libc.src.math.roundf16
0 commit comments