[libc-commits] [PATCH] D95999: [libc] Add aarch64 flavors of floor, round, sqrt and trunc.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Feb 5 10:41:50 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGc90c8d38d38e: [libc] Add aarch64 flavors of floor, round, sqrt and trunc. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95999

Files:
  libc/src/math/aarch64/CMakeLists.txt
  libc/src/math/aarch64/ceil.cpp
  libc/src/math/aarch64/ceilf.cpp
  libc/src/math/aarch64/floor.cpp
  libc/src/math/aarch64/floorf.cpp
  libc/src/math/aarch64/round.cpp
  libc/src/math/aarch64/roundf.cpp
  libc/src/math/aarch64/sqrt.cpp
  libc/src/math/aarch64/sqrtf.cpp
  libc/src/math/aarch64/trunc.cpp
  libc/src/math/aarch64/truncf.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95999.321826.patch
Type: text/x-patch
Size: 11467 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210205/ca1888f5/attachment-0001.bin>


More information about the libc-commits mailing list