[libc-commits] [PATCH] D94018: [libc] Add implementation of fmaf.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Jan 4 10:15:47 PST 2021


lntue created this revision.
lntue added a reviewer: sivachandra.
Herald added subscribers: ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
lntue requested review of this revision.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94018

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94018.314404.patch
Type: text/x-patch
Size: 20636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210104/a21cc78e/attachment-0001.bin>


More information about the libc-commits mailing list