mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-07 03:55:33 +00:00
GPU/SW: Fix SSE4 path and add 256-bit AVX2 path
This commit is contained in:
parent
a7747c5be3
commit
40670726b4
@ -44,7 +44,9 @@ namespace GPU_SW_Rasterizer {
|
|||||||
// Default vector implementation definitions.
|
// Default vector implementation definitions.
|
||||||
#if defined(CPU_ARCH_SSE) || defined(CPU_ARCH_NEON)
|
#if defined(CPU_ARCH_SSE) || defined(CPU_ARCH_NEON)
|
||||||
namespace GPU_SW_Rasterizer::SIMD {
|
namespace GPU_SW_Rasterizer::SIMD {
|
||||||
|
#define USE_VECTOR 1
|
||||||
#include "gpu_sw_rasterizer.inl"
|
#include "gpu_sw_rasterizer.inl"
|
||||||
|
#undef USE_VECTOR
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user