mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
swr: [rasterizer core] Fix typo in SIMD16 code path
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
parent
d011ba74ee
commit
ab032fb436
1 changed files with 1 additions and 1 deletions
|
|
@ -726,7 +726,7 @@ struct PA_STATE_CUT : public PA_STATE
|
|||
#if USE_SIMD16_FRONTEND
|
||||
verts[v].v[c] = _simd16_i32gather_ps(pBase, offsets, 1);
|
||||
#else
|
||||
verts[v].v[c] = _simd16_insert_ps(_simd15_setzero_ps(), _simd_i32gather_ps(pBase, offsets, 1));
|
||||
verts[v].v[c] = _simd16_insert_ps(_simd16_setzero_ps(), _simd_i32gather_ps(pBase, offsets, 1), 0);
|
||||
#endif
|
||||
|
||||
// move base to next component
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue