зеркало из https://github.com/mozilla/gecko-dev.git
15 строки
287 B
C
15 строки
287 B
C
#ifndef MOZ_FFVPX_CONFIG_COMMON_H
|
|
#define MOZ_FFVPX_CONFIG_COMMON_H
|
|
#include "defaults_disabled.h"
|
|
|
|
#ifdef YASM_MISSING_AVX2
|
|
#undef HAVE_AVX2
|
|
#undef HAVE_AVX2_INTERNAL
|
|
#undef HAVE_AVX2_EXTERNAL
|
|
#define HAVE_AVX2 0
|
|
#define HAVE_AVX2_INTERNAL 0
|
|
#define HAVE_AVX2_EXTERNAL 0
|
|
#endif
|
|
|
|
#endif
|