[Mesa-dev] [PATCH 08/10] swr/rast: Missed conversion to SIMD_T
Tim Rowley
timothy.o.rowley at intel.com
Mon Sep 11 19:28:28 UTC 2017
---
src/gallium/drivers/swr/rasterizer/core/binner.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers/swr/rasterizer/core/binner.cpp b/src/gallium/drivers/swr/rasterizer/core/binner.cpp
index a6713e8..e08e489 100644
--- a/src/gallium/drivers/swr/rasterizer/core/binner.cpp
+++ b/src/gallium/drivers/swr/rasterizer/core/binner.cpp
@@ -1195,7 +1195,7 @@ void BinPostSetupPointsImpl(
}
OSALIGNSIMD16(float) aPointSize[SIMD_WIDTH];
- _simd16_store_ps(reinterpret_cast<float *>(aPointSize), vPointSize);
+ SIMD_T::store_ps(reinterpret_cast<float *>(aPointSize), vPointSize);
uint32_t *pPrimID = (uint32_t *)&primID;
--
2.7.4
More information about the mesa-dev
mailing list