-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5854014
commit 0c1985d
Showing
13 changed files
with
133 additions
and
72 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
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
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
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
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 |
---|---|---|
@@ -1,18 +1,18 @@ | ||
diff --git a/include/mupdf/fitz/system.h b/include/mupdf/fitz/system.h | ||
index c480bd7c..8190fc36 100644 | ||
index c5c32469..07e2254b 100644 | ||
--- a/include/mupdf/fitz/system.h | ||
+++ b/include/mupdf/fitz/system.h | ||
@@ -47,11 +47,13 @@ typedef unsigned __int64 uint64_t; | ||
Spot architectures where we have optimisations. | ||
@@ -77,11 +77,13 @@ typedef unsigned __int64 uint64_t; | ||
*/ | ||
|
||
+/* | ||
/* ARCH_ARM is only used for 32bit ARM stuff. */ | ||
+#if 0 | ||
#if defined(__arm__) || defined(__thumb__) | ||
#ifndef ARCH_ARM | ||
#define ARCH_ARM | ||
#endif | ||
#endif | ||
+*/ | ||
+#endif | ||
|
||
/* | ||
Some differences in libc can be smoothed over | ||
/* Detect NEON */ | ||
#ifndef ARCH_HAS_NEON |
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
Oops, something went wrong.