-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some more ARM64 and AMD64 build issues.
- ImageDecoder: Default parameter for the SSE2-only version isn't needed. - byteswap.h: Check for i386/amd64 before using the non-inline functions.
- Loading branch information
1 parent
8b7db70
commit 1a7d919
Showing
3 changed files
with
13 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
rom-properties (1.6-1ppa1~xenial4) xenial; urgency=medium | ||
|
||
* ImageDecoder: Fix ARM64 linkage and AMD64 compile errors as a result of | ||
the IFUNC fixes. | ||
|
||
-- David Korth <[email protected]> Sun, 12 Jul 2020 15:54:10 -0400 | ||
|
||
rom-properties (1.6-1ppa1~xenial3) xenial; urgency=medium | ||
|
||
* ImageDecoder: Another attempt to fix ARM64 IFUNC build issues... | ||
|
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