diff options
author | fixthgame <fixthgame@yandex-team.com> | 2023-10-16 12:13:35 +0300 |
---|---|---|
committer | fixthgame <fixthgame@yandex-team.com> | 2023-10-16 13:04:36 +0300 |
commit | 9f375a40b7c12df484072d0accc3ca926ed04a0c (patch) | |
tree | 3455f72b2632c888d820af15d291e15d51e1a3e0 /.mapping.json | |
parent | 51e254a4c50cdbbbd098b372428cd6e840c29241 (diff) | |
download | ydb-9f375a40b7c12df484072d0accc3ca926ed04a0c.tar.gz |
Runtime dispatch для тестов simd
PR Issues
Diffstat (limited to '.mapping.json')
-rw-r--r-- | .mapping.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.mapping.json b/.mapping.json index dda1b97d62..fa806a5841 100644 --- a/.mapping.json +++ b/.mapping.json @@ -8581,6 +8581,12 @@ "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.txt":"", + "ydb/library/yql/utils/simd/ut/CMakeLists.darwin-x86_64.txt":"", + "ydb/library/yql/utils/simd/ut/CMakeLists.linux-aarch64.txt":"", + "ydb/library/yql/utils/simd/ut/CMakeLists.linux-x86_64.txt":"", + "ydb/library/yql/utils/simd/ut/CMakeLists.txt":"", + "ydb/library/yql/utils/simd/ut/CMakeLists.windows-x86_64.txt":"", "ydb/library/yql/utils/test_http_server/CMakeLists.darwin-x86_64.txt":"", "ydb/library/yql/utils/test_http_server/CMakeLists.linux-aarch64.txt":"", "ydb/library/yql/utils/test_http_server/CMakeLists.linux-x86_64.txt":"", |