[all-commits] [llvm/llvm-project] 2f8829: [libc] Add mfma option to functions that use fma

michaelrj-google via All-commits all-commits at lists.llvm.org
Tue Mar 29 16:23:49 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2f8829aba3cae7057d9a2b18f7e5ed95a1bd33d1
      https://github.com/llvm/llvm-project/commit/2f8829aba3cae7057d9a2b18f7e5ed95a1bd33d1
  Author: Michael Jones <michaelrj at google.com>
  Date:   2022-03-29 (Tue, 29 Mar 2022)

  Changed paths:
    M libc/src/math/CMakeLists.txt
    M libc/src/math/generic/CMakeLists.txt

  Log Message:
  -----------
  [libc] Add mfma option to functions that use fma

On Windows the functions that use fma don't properly include the fma
intrinsics unless -mfma is added to the compile options. This patch adds
the compile option to all of the functions that need it.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D122689




More information about the All-commits mailing list