| commit | ea42c4e969faae5e3658d738d83ea9f01c04e229 | [log] [tgz] |
|---|---|---|
| author | Steinar Midtskogen <stemidts@cisco.com> | Mon Dec 12 09:40:34 2016 +0100 |
| committer | Steinar Midtskogen <stemidts@cisco.com> | Tue Dec 13 08:25:12 2016 +0000 |
| tree | 80111ebdd41abc50165c9664c8243ac3c875f5d6 | |
| parent | a2cb61b2daeffbf1aae122b577c2ebd6885046a1 [diff] [blame] |
Remove aom_simd.c and replace simd_check with macro Change-Id: If2bb7ab2b16ba44e2d6e43eeb8713aa6c05d9d7c
diff --git a/aom_dsp/aom_simd.h b/aom_dsp/aom_simd.h index ae4ff23..d830ce5 100644 --- a/aom_dsp/aom_simd.h +++ b/aom_dsp/aom_simd.h
@@ -21,6 +21,8 @@ #include "./aom_config.h" #include "./aom_simd_inline.h" +#define SIMD_CHECK 1 // Sanity checks in C equivalents + #if HAVE_NEON #include "simd/v256_intrinsics_arm.h" #elif HAVE_SSE2