[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
Wed Feb 3 22:55:25 PST 2021


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

Only single and double precision flavors have been added.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95999

Files:
  libc/src/math/aarch64/CMakeLists.txt
  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.321319.patch
Type: text/x-patch
Size: 8932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210204/e9306909/attachment.bin>


More information about the libc-commits mailing list