mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
Issue #1937 - Part 2: Update libaom source.
This commit is contained in:
parent
d09a5eeca2
commit
ecb7ec7377
948 changed files with 244949 additions and 88095 deletions
|
|
@ -15,9 +15,11 @@
|
|||
#include "config/aom_dsp_rtcd.h"
|
||||
|
||||
#include "test/acm_random.h"
|
||||
#include "aom_dsp/aom_simd.h"
|
||||
// Inlining not forced for the compiler due to some tests calling
|
||||
// SIMD_INLINE functions via function pointers
|
||||
#undef SIMD_INLINE
|
||||
#define SIMD_INLINE static // Don't enforce inlining
|
||||
#define SIMD_INLINE static inline
|
||||
#include "aom_dsp/aom_simd.h"
|
||||
#include "aom_dsp/simd/v256_intrinsics_c.h"
|
||||
|
||||
// Machine tuned code goes into this file. This file is included from
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue