diff --git a/libc/config/linux/x86_64/entrypoints.txt b/libc/config/linux/x86_64/entrypoints.txt index ff7a298e7579..331ea16299d8 100644 --- a/libc/config/linux/x86_64/entrypoints.txt +++ b/libc/config/linux/x86_64/entrypoints.txt @@ -78,12 +78,8 @@ set(TARGET_LIBM_ENTRYPOINTS libc.src.math.floor libc.src.math.floorf libc.src.math.floorl - # Temporarily disable fma as the clang version - # on the bots cannot compile them. Note however - # that the version of gcc on the bots is able to - # compile them. - # libc.src.math.fma - # libc.src.math.fmaf + libc.src.math.fma + libc.src.math.fmaf libc.src.math.fmin libc.src.math.fminf libc.src.math.fminl