[all-commits] [llvm/llvm-project] 1a3e76: [libc] Add swab implementation
Caslyn Tonelli via All-commits
all-commits at lists.llvm.org
Mon Apr 10 16:38:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a3e760eda9713d806ae55688ce3df35ef57ab1e
https://github.com/llvm/llvm-project/commit/1a3e760eda9713d806ae55688ce3df35ef57ab1e
Author: Caslyn Tonelli <caslyn at google.com>
Date: 2023-04-10 (Mon, 10 Apr 2023)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/riscv64/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/spec/posix.td
M libc/src/unistd/CMakeLists.txt
M libc/src/unistd/linux/CMakeLists.txt
A libc/src/unistd/linux/swab.cpp
A libc/src/unistd/swab.h
M libc/test/src/unistd/CMakeLists.txt
A libc/test/src/unistd/swab_test.cpp
Log Message:
-----------
[libc] Add swab implementation
Swab implementation is added to libc/src/unistd.
Differential Revision: https://reviews.llvm.org/D147970
More information about the All-commits
mailing list