[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
Thu Feb 4 21:43:07 PST 2021


sivachandra updated this revision to Diff 321658.
sivachandra added a comment.

Use %d and %s modifiers instead of the registers directly.


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.321658.patch
Type: text/x-patch
Size: 11467 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210205/487cd526/attachment.bin>


More information about the libc-commits mailing list