diff options
author | dekr <[email protected]> | 2022-02-10 16:48:01 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:01 +0300 |
commit | 7bdcbcc8d6f42b3d0a1925aa34c9f2a7993f0efa (patch) | |
tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 | |
parent | 0601917e769fc4505c4283717c940f7ca70435c6 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
-rw-r--r-- | contrib/libs/base64/avx2/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/base64/avx2/ya.make b/contrib/libs/base64/avx2/ya.make index c29d2a64f6e..b0dc5ce7720 100644 --- a/contrib/libs/base64/avx2/ya.make +++ b/contrib/libs/base64/avx2/ya.make @@ -22,10 +22,10 @@ SRCS( IF (ARCH_X86_64 OR ARCH_I386) IF (MSVC AND NOT CLANG_CL) - CONLYFLAGS(/D__AVX2__=1) + CONLYFLAGS(/D__AVX2__=1) ELSEIF (CLANG_CL) CONLYFLAGS(-mavx2) - ELSE() + ELSE() CONLYFLAGS( -mavx2 -std=c11 |