[libc-commits] [PATCH] D100811: [libc] Add hardware implementations of fma and fmaf for x86_64 and aarch64.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Apr 20 21:31:46 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG95934c3a37cb: [libc] Add hardware implementations of fma and fmaf for x86_64 and aarch64. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100811/new/

https://reviews.llvm.org/D100811

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/src/math/CMakeLists.txt
  libc/src/math/fma.cpp
  libc/src/math/fma.h
  libc/src/math/fmaf.cpp
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/fmaf.cpp
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/fma_test.cpp
  libc/utils/FPUtil/FMA.h
  libc/utils/FPUtil/aarch64/FMA.h
  libc/utils/FPUtil/generic/FMA.h
  libc/utils/FPUtil/generic/README.md
  libc/utils/FPUtil/x86_64/FMA.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100811.339095.patch
Type: text/x-patch
Size: 13319 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210421/6943bce0/attachment-0001.bin>


More information about the libc-commits mailing list