[all-commits] [llvm/llvm-project] b47539: [libc] Enable fmaf and fma on x86_64.

Siva Chandra via All-commits all-commits at lists.llvm.org
Thu May 13 13:52:18 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b47539a14dc8a40e8710aef2fb75d2486f271dba
      https://github.com/llvm/llvm-project/commit/b47539a14dc8a40e8710aef2fb75d2486f271dba
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2021-05-13 (Thu, 13 May 2021)

  Changed paths:
    M libc/config/linux/x86_64/entrypoints.txt

  Log Message:
  -----------
  [libc] Enable fmaf and fma on x86_64.

They require clang-11 or above for building and hence had to be disabled
as the bots did not have clang-11 or higher. Bots have now been upgraded
so we can enable these functions now.




More information about the All-commits mailing list