Skip to content

Commit

Permalink
Add aarch64 NEON 8-bit SATD assembly for 4x4-transformed block sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
redzic committed Aug 3, 2022
1 parent 83ce123 commit 6c4e6d8
Show file tree
Hide file tree
Showing 4 changed files with 646 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.rs
Expand Up @@ -198,6 +198,7 @@ fn build_asm_files() {
"src/arm/64/ipred.S",
"src/arm/64/ipred16.S",
"src/arm/64/sad.S",
"src/arm/64/satd.S",
"src/arm/tables.S",
];

Expand Down

0 comments on commit 6c4e6d8

Please sign in to comment.