[avx2] Remove a define that was never meant to be committed

This commit is contained in:
Joose Sainio 2023-09-27 12:54:53 +03:00
parent 9add13b705
commit e5e32d67f4

View file

@ -52,8 +52,6 @@ extern const int16_t uvg_g_dct_8_t[8][8];
extern const int16_t uvg_g_dct_16_t[16][16]; extern const int16_t uvg_g_dct_16_t[16][16];
extern const int16_t uvg_g_dct_32_t[32][32]; extern const int16_t uvg_g_dct_32_t[32][32];
#define COMPILE_INTEL_AVX2 1
#if COMPILE_INTEL_AVX2 #if COMPILE_INTEL_AVX2
#include "uvg266.h" #include "uvg266.h"
#if UVG_BIT_DEPTH == 8 #if UVG_BIT_DEPTH == 8