mirror of https://github.com/PCSX2/pcsx2.git
gs: ensure avx2 has access to gsvector8
This commit is contained in:
parent
d2a5e3b675
commit
9422e32f23
|
@ -17,6 +17,7 @@
|
||||||
#include "GSDrawScanlineCodeGenerator.h"
|
#include "GSDrawScanlineCodeGenerator.h"
|
||||||
#include "GSVertexSW.h"
|
#include "GSVertexSW.h"
|
||||||
#include "../../GS_codegen.h"
|
#include "../../GS_codegen.h"
|
||||||
|
#include "../../GSVector.h"
|
||||||
|
|
||||||
#if _M_SSE >= 0x501 && !(defined(_M_AMD64) || defined(_WIN64))
|
#if _M_SSE >= 0x501 && !(defined(_M_AMD64) || defined(_WIN64))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue