mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
[avx2] Remove a define that was never meant to be committed
This commit is contained in:
parent
9add13b705
commit
e5e32d67f4
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue