diff options
author | George Kyriazis <[email protected]> | 2018-04-06 14:16:12 -0500 |
---|---|---|
committer | George Kyriazis <[email protected]> | 2018-04-18 10:51:38 -0500 |
commit | e4929b5d26dcc9d68c141550afd95c32123dd25d (patch) | |
tree | 7d1ea66101fa2ada80b16efd5051a6256ecf5771 /src/gallium/drivers | |
parent | 670a99c233541b21420151f3c664dad712287457 (diff) |
swr/rast: fix comment
Reviewed-by: Bruce Cherniak <[email protected]>
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/jitter/fetch_jit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/jitter/fetch_jit.cpp b/src/gallium/drivers/swr/rasterizer/jitter/fetch_jit.cpp index 8d659d08e00..cdfddf35d11 100644 --- a/src/gallium/drivers/swr/rasterizer/jitter/fetch_jit.cpp +++ b/src/gallium/drivers/swr/rasterizer/jitter/fetch_jit.cpp @@ -970,7 +970,7 @@ extern "C" void GetSimdValid16bitIndicesGfx(gfxptr_t indices, gfxptr_t lastIndex ////////////////////////////////////////////////////////////////////////// /// @brief Loads a simd of valid indices. OOB indices are set to 0 -/// *Note* have to do 16bit index checking in scalar until we have AVX-512 +/// *Note* have to do 8bit index checking in scalar until we have AVX-512 /// support /// @param pIndices - pointer to 8 bit indices /// @param pLastIndex - pointer to last valid index |