gs: ensure avx2 has access to gsvector8

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech 2021-05-13 15:37:35 +02:00 committed by Kojin
parent d2a5e3b675
commit 9422e32f23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include "GSDrawScanlineCodeGenerator.h"
#include "GSVertexSW.h"
#include "../../GS_codegen.h"
#include "../../GSVector.h"
#if _M_SSE >= 0x501 && !(defined(_M_AMD64) || defined(_WIN64))