Skip to content

Commit

Permalink
[libc][math][c23] Temporarily disable modff16 on AArch64 (#94972)
Browse files Browse the repository at this point in the history
  • Loading branch information
overmighty authored Jun 10, 2024
1 parent dabd634 commit dcd9a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc/config/linux/aarch64/entrypoints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ if(LIBC_TYPES_HAS_FLOAT16)
libc.src.math.logbf16
libc.src.math.lrintf16
libc.src.math.lroundf16
libc.src.math.modff16
# libc.src.math.modff16
libc.src.math.nanf16
libc.src.math.nearbyintf16
libc.src.math.nextafterf16
Expand Down

0 comments on commit dcd9a50

Please sign in to comment.