Skip to content

Commit 1a1e14a

Browse files
authored
use new avx macros (#7494)
1 parent 163ff65 commit 1a1e14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/blobstorage/crypto/crypto.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define ChaChaVec ChaCha
1111
#define Poly1305Vec Poly1305
1212
#define CHACHA_BPI 1
13-
#elif __AVX512__
13+
#elif __AVX512F__
1414
#include <ydb/core/blobstorage/crypto/chacha_vec.h>
1515
#include <ydb/core/blobstorage/crypto/chacha_512.h>
1616
#include <ydb/core/blobstorage/crypto/poly1305_vec.h>

0 commit comments

Comments
 (0)