[libc-commits] [PATCH] D147970: [libc] Add swab implementation

Caslyn Tonelli via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Apr 10 15:04:02 PDT 2023


Caslyn updated this revision to Diff 512271.
Caslyn marked 5 inline comments as done.
Caslyn added a comment.

Improve tests per review feedback


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147970

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/riscv64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/posix.td
  libc/src/unistd/CMakeLists.txt
  libc/src/unistd/linux/CMakeLists.txt
  libc/src/unistd/linux/swab.cpp
  libc/src/unistd/swab.h
  libc/test/src/unistd/CMakeLists.txt
  libc/test/src/unistd/swab_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147970.512271.patch
Type: text/x-patch
Size: 7439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230410/1eae85a8/attachment.bin>


More information about the libc-commits mailing list