[all-commits] [llvm/llvm-project] 653345: [libc] Disable fma and fmaf for x86_64.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Apr 20 22:02:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 653345155a060df8ee256d9610ca0d0cc2515450
https://github.com/llvm/llvm-project/commit/653345155a060df8ee256d9610ca0d0cc2515450
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2021-04-21 (Wed, 21 Apr 2021)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
Log Message:
-----------
[libc] Disable fma and fmaf for x86_64.
The version of clang installed on the buildbot workers is not able to
compile them. However, the version of gcc installed is able to compile
them fine. So, this change disables them until we can find a way to
compile them using clang on the buildbot workers.
More information about the All-commits
mailing list