#ifndef LLVM_BLAKE3_PREFIX_H
#define LLVM_BLAKE3_PREFIX_H
#define BLAKE3_VERSION_STRING …
#define BLAKE3_KEY_LEN …
#define BLAKE3_OUT_LEN …
#define BLAKE3_BLOCK_LEN …
#define BLAKE3_CHUNK_LEN …
#define BLAKE3_MAX_DEPTH …
#define blake3_hasher …
#define blake3_chunk_state …
#define blake3_compress_in_place …
#define blake3_compress_xof …
#define blake3_hash_many …
#define blake3_simd_degree …
#define blake3_compress_in_place_portable …
#define blake3_compress_xof_portable …
#define blake3_hash_many_portable …
#define blake3_compress_in_place_sse2 …
#define _blake3_compress_in_place_sse2 …
#define blake3_compress_xof_sse2 …
#define _blake3_compress_xof_sse2 …
#define blake3_hash_many_sse2 …
#define _blake3_hash_many_sse2 …
#define blake3_compress_in_place_sse41 …
#define _blake3_compress_in_place_sse41 …
#define blake3_compress_xof_sse41 …
#define _blake3_compress_xof_sse41 …
#define blake3_hash_many_sse41 …
#define _blake3_hash_many_sse41 …
#define blake3_hash_many_avx2 …
#define _blake3_hash_many_avx2 …
#define blake3_compress_in_place_avx512 …
#define _blake3_compress_in_place_avx512 …
#define blake3_compress_xof_avx512 …
#define _blake3_compress_xof_avx512 …
#define blake3_hash_many_avx512 …
#define _blake3_hash_many_avx512 …
#define blake3_hash_many_neon …
#endif