[PATCH] D128132: [Support/BLAKE3] Enable the SIMD implementations for macOS universal builds
Argyrios Kyrtzidis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 18 22:43:36 PDT 2022
akyrtzi created this revision.
Herald added subscribers: hiraditya, mgorny.
Herald added a project: All.
akyrtzi requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
To accomodate macOS universal configuration include the assembly files
and `blake3_neon.c` without a CMake check but instead guard their source
with architecture "#ifdef" checks.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D128132
Files:
llvm/lib/Support/BLAKE3/CMakeLists.txt
llvm/lib/Support/BLAKE3/blake3_avx2_x86-64_unix.S
llvm/lib/Support/BLAKE3/blake3_avx512_x86-64_unix.S
llvm/lib/Support/BLAKE3/blake3_neon.c
llvm/lib/Support/BLAKE3/blake3_sse2_x86-64_unix.S
llvm/lib/Support/BLAKE3/blake3_sse41_x86-64_unix.S
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128132.438170.patch
Type: text/x-patch
Size: 7320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220619/b22f5e71/attachment.bin>
More information about the llvm-commits
mailing list