[all-commits] [llvm/llvm-project] 4726be: [libc] Add implementation of fmaf.

lntue via All-commits all-commits at lists.llvm.org
Wed Jan 6 14:19:47 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4726bec8f29bd535e2709b491d223d42bd20c120
      https://github.com/llvm/llvm-project/commit/4726bec8f29bd535e2709b491d223d42bd20c120
  Author: Tue Ly <lntue at google.com>
  Date:   2021-01-06 (Wed, 06 Jan 2021)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    A libc/src/math/fmaf.cpp
    A libc/src/math/fmaf.h
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/FmaTest.h
    A libc/test/src/math/fmaf_test.cpp
    M libc/utils/FPUtil/FPBits.h
    M libc/utils/MPFRWrapper/MPFRUtils.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.h

  Log Message:
  -----------
  [libc] Add implementation of fmaf.

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




More information about the All-commits mailing list