We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5325b commit 4b52d22Copy full SHA for 4b52d22
llvm/lib/Support/BLAKE3/llvm_blake3_prefix.h
@@ -34,6 +34,8 @@
34
#define _blake3_compress_in_place_avx512 _llvm_blake3_compress_in_place_avx512
35
#define blake3_compress_xof_avx512 llvm_blake3_compress_xof_avx512
36
#define _blake3_compress_xof_avx512 _llvm_blake3_compress_xof_avx512
37
+#define blake3_xof_many_avx512 llvm_blake3_xof_many_avx512
38
+#define _blake3_xof_many_avx512 _llvm_blake3_xof_many_avx512
39
#define blake3_hash_many_avx512 llvm_blake3_hash_many_avx512
40
#define _blake3_hash_many_avx512 _llvm_blake3_hash_many_avx512
41
#define blake3_hash_many_neon llvm_blake3_hash_many_neon
0 commit comments