[AMDGPU][NFC] Fix missing size in comment

This commit is contained in:
Carl Ritson 2020-10-21 11:38:21 +09:00
parent 2213a354b9
commit 324a15cead
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ private:
static std::array<std::vector<int16_t>, 16> RegSplitParts;
// Table representing sub reg of given width and offset.
// First index is subreg size: 32, 64, 96, 128, 160, 192, 256, 512.
// First index is subreg size: 32, 64, 96, 128, 160, 192, 224, 256, 512.
// Second index is 32 different dword offsets.
static std::array<std::array<uint16_t, 32>, 9> SubRegFromChannelTable;