diff options
author | fixthgame <fixthgame@yandex-team.com> | 2023-11-02 14:00:58 +0300 |
---|---|---|
committer | fixthgame <fixthgame@yandex-team.com> | 2023-11-02 14:37:12 +0300 |
commit | ddd7b74c610291ab16eeaab1ebca939e2b7d8c43 (patch) | |
tree | 14721ed25d5da0c2b3a5b32da64e14f1e07f2c5b /.mapping.json | |
parent | 55f69226ed874bfe31b171e1951096e65026c4c5 (diff) | |
download | ydb-ddd7b74c610291ab16eeaab1ebca939e2b7d8c43.tar.gz |
Bug fix + CRC32+BLEND TEST
fix bugs
Diffstat (limited to '.mapping.json')
-rw-r--r-- | .mapping.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.mapping.json b/.mapping.json index 30056cdd6e..537f8d29e3 100644 --- a/.mapping.json +++ b/.mapping.json @@ -8770,7 +8770,11 @@ "ydb/library/yql/utils/log/ut/CMakeLists.linux-x86_64.txt":"", "ydb/library/yql/utils/log/ut/CMakeLists.txt":"", "ydb/library/yql/utils/log/ut/CMakeLists.windows-x86_64.txt":"", + "ydb/library/yql/utils/simd/CMakeLists.darwin-x86_64.txt":"", + "ydb/library/yql/utils/simd/CMakeLists.linux-aarch64.txt":"", + "ydb/library/yql/utils/simd/CMakeLists.linux-x86_64.txt":"", "ydb/library/yql/utils/simd/CMakeLists.txt":"", + "ydb/library/yql/utils/simd/CMakeLists.windows-x86_64.txt":"", "ydb/library/yql/utils/simd/exec/CMakeLists.txt":"", "ydb/library/yql/utils/simd/exec/stream_store/CMakeLists.darwin-x86_64.txt":"", "ydb/library/yql/utils/simd/exec/stream_store/CMakeLists.linux-aarch64.txt":"", |