Skip to content

Commit

Permalink
[avx2] Remove a define that was never meant to be committed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovasa committed Sep 27, 2023
1 parent 9add13b commit e5e32d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/strategies/avx2/dct-avx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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_32_t[32][32];

#define COMPILE_INTEL_AVX2 1

#if COMPILE_INTEL_AVX2
#include "uvg266.h"
#if UVG_BIT_DEPTH == 8
Expand Down

0 comments on commit e5e32d6

Please sign in to comment.