-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into feature/m129.6668
- Loading branch information
Showing
4 changed files
with
19 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
diff --git a/third_party/dav1d/config/apple/arm64/config.h b/third_party/dav1d/config/apple/arm64/config.h | ||
index 9a15fc5393f..83a88db75b7 100644 | ||
--- a/third_party/dav1d/config/apple/arm64/config.h | ||
+++ b/third_party/dav1d/config/apple/arm64/config.h | ||
@@ -43,9 +43,9 @@ | ||
|
||
#define HAVE_ASM 1 | ||
|
||
-#define HAVE_AS_ARCHEXT_DOTPROD_DIRECTIVE 1 | ||
+#define HAVE_AS_ARCHEXT_DOTPROD_DIRECTIVE 0 | ||
|
||
-#define HAVE_AS_ARCHEXT_I8MM_DIRECTIVE 1 | ||
+#define HAVE_AS_ARCHEXT_I8MM_DIRECTIVE 0 | ||
|
||
#define HAVE_AS_ARCHEXT_SVE2_DIRECTIVE 1 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters