diff options
author | fixthgame <fixthgame@yandex-team.com> | 2023-11-03 14:17:02 +0300 |
---|---|---|
committer | fixthgame <fixthgame@yandex-team.com> | 2023-11-03 14:43:57 +0300 |
commit | 95fcb69e4e7b744eed6fcf641bb0161dffbbfcaa (patch) | |
tree | 324589b8ccc975df6c4e182468722c05052d3a4e /.mapping.json | |
parent | 60401e3c6fa09feb6f663b912d54566231eb0ef3 (diff) | |
download | ydb-95fcb69e4e7b744eed6fcf641bb0161dffbbfcaa.tar.gz |
TuplePackTest
more logs
add test
Diffstat (limited to '.mapping.json')
-rw-r--r-- | .mapping.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.mapping.json b/.mapping.json index 808cc52993..027f520e1f 100644 --- a/.mapping.json +++ b/.mapping.json @@ -8790,6 +8790,11 @@ "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/pack_tuple/CMakeLists.darwin-x86_64.txt":"", + "ydb/library/yql/utils/simd/exec/pack_tuple/CMakeLists.linux-aarch64.txt":"", + "ydb/library/yql/utils/simd/exec/pack_tuple/CMakeLists.linux-x86_64.txt":"", + "ydb/library/yql/utils/simd/exec/pack_tuple/CMakeLists.txt":"", + "ydb/library/yql/utils/simd/exec/pack_tuple/CMakeLists.windows-x86_64.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":"", "ydb/library/yql/utils/simd/exec/stream_store/CMakeLists.linux-x86_64.txt":"", |