From 3db7d552f654d0ba5f7352d8e7920390daae657e Mon Sep 17 00:00:00 2001 From: Gerrit User 1001562 <1001562@3ce6091f-6c88-37e8-8c75-72f92ae8dfba> Date: Wed, 1 Jul 2026 10:06:35 -0700 Subject: [PATCH] Update patch set 3 Patch Set 3: (3 comments) Patch-set: 3 Reviewer: Gerrit User 1115898 <1115898@3ce6091f-6c88-37e8-8c75-72f92ae8dfba> Attention: {"person_ident":"Gerrit User 1115898 \u003c1115898@3ce6091f-6c88-37e8-8c75-72f92ae8dfba\u003e","operation":"ADD","reason":"\u003cGERRIT_ACCOUNT_1001562\u003e replied on the change"} --- b3928156dff62a044feb91c43ee5f3a5caeb9387 | 55 ++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 b3928156dff62a044feb91c43ee5f3a5caeb9387 diff --git a/b3928156dff62a044feb91c43ee5f3a5caeb9387 b/b3928156dff62a044feb91c43ee5f3a5caeb9387 new file mode 100644 index 000000000..098bd1bce --- /dev/null +++ b/b3928156dff62a044feb91c43ee5f3a5caeb9387 @@ -0,0 +1,55 @@ +{ + "comments": [ + { + "unresolved": false, + "key": { + "uuid": "c45563bc_f1def636", + "filename": "source/convert.cc", + "patchSetId": 3 + }, + "lineNbr": 699, + "author": { + "id": 1001562 + }, + "writtenOn": "2026-07-01T17:06:35Z", + "side": 1, + "message": "I verified `Convert16To8Row_SSSE3` requires its `width` parameter be a multiple of 16 (0x10).", + "revId": "b3928156dff62a044feb91c43ee5f3a5caeb9387", + "serverId": "3ce6091f-6c88-37e8-8c75-72f92ae8dfba" + }, + { + "unresolved": false, + "key": { + "uuid": "eddcc446_e1a961dc", + "filename": "source/convert.cc", + "patchSetId": 3 + }, + "lineNbr": 707, + "author": { + "id": 1001562 + }, + "writtenOn": "2026-07-01T17:06:35Z", + "side": 1, + "message": "I verified `Convert16To8Row_AVX2` requires its `width` parameter be a multiple of 32 (0x20).", + "revId": "b3928156dff62a044feb91c43ee5f3a5caeb9387", + "serverId": "3ce6091f-6c88-37e8-8c75-72f92ae8dfba" + }, + { + "unresolved": false, + "key": { + "uuid": "e1d63cfc_0d6d8387", + "filename": "source/convert.cc", + "patchSetId": 3 + }, + "lineNbr": 715, + "author": { + "id": 1001562 + }, + "writtenOn": "2026-07-01T17:06:35Z", + "side": 1, + "message": "I verified `Convert16To8Row_AVX512BW` requires its `width` parameter be a multiple of 64 (0x40).", + "revId": "b3928156dff62a044feb91c43ee5f3a5caeb9387", + "serverId": "3ce6091f-6c88-37e8-8c75-72f92ae8dfba" + } + ] +} \ No newline at end of file