mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
Update aom to commit id e87fb2378f01103d5d6e477a4ef6892dc714e614
This commit is contained in:
parent
debbee1e2a
commit
992c6637e3
429 changed files with 76047 additions and 40937 deletions
8
third_party/aom/test/simd_cmp_impl.h
vendored
8
third_party/aom/test/simd_cmp_impl.h
vendored
|
|
@ -371,10 +371,10 @@ typedef struct {
|
|||
fptr simd;
|
||||
} mapping;
|
||||
|
||||
#define MAP(name) \
|
||||
{ \
|
||||
#name, reinterpret_cast < fptr > (c_##name), \
|
||||
reinterpret_cast < fptr > (name) \
|
||||
#define MAP(name) \
|
||||
{ \
|
||||
#name, \
|
||||
reinterpret_cast < fptr > (c_##name), reinterpret_cast < fptr > (name) \
|
||||
}
|
||||
|
||||
const mapping m[] = { MAP(v64_sad_u8),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue