[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 23:04:30 PDT 2022


akyrtzi updated this revision to Diff 438175.
akyrtzi added a comment.

Make sure to disable blake3 SIMD for i386 architecture.


Repository:
  rG LLVM Github Monorepo

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

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.438175.patch
Type: text/x-patch
Size: 7722 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220619/16f670f2/attachment.bin>


More information about the llvm-commits mailing list