mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
swr/rast: fix comment
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
parent
670a99c233
commit
e4929b5d26
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue