detect if AVX is supported
This commit is contained in:
parent
537b8605b0
commit
f4ee6128c4
5 changed files with 25 additions and 2 deletions
|
@ -5,6 +5,8 @@
|
|||
#include <windows.h>
|
||||
|
||||
|
||||
extern BOOL g_blt_use_avx;
|
||||
|
||||
void blt_copy(
|
||||
unsigned char* dst,
|
||||
unsigned char* src,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue