GPU/SW: Fix SSE4 path and add 256-bit AVX2 path

This commit is contained in:
Stenzek 2024-09-20 23:18:20 +10:00
parent a7747c5be3
commit 40670726b4
No known key found for this signature in database
2 changed files with 651 additions and 347 deletions

View File

@ -44,7 +44,9 @@ namespace GPU_SW_Rasterizer {
// Default vector implementation definitions.
#if defined(CPU_ARCH_SSE) || defined(CPU_ARCH_NEON)
namespace GPU_SW_Rasterizer::SIMD {
#define USE_VECTOR 1
#include "gpu_sw_rasterizer.inl"
#undef USE_VECTOR
}
#endif

File diff suppressed because it is too large Load Diff