forked from pnggroup/libpng
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure: Remove architecture-specific checks for hardware optimization
This mirrors the CMakeLists.txt improvements in configure.ac and Makefile.am. The complex compiler check is removed from Loongarch so that it is done the same way as everything else along with the curious use of a library in Makefile.am (never done in CMakeLists.txt) The hard-disable of the Intel SSE optimizations done in libpng1.6 to ensure that the configure options did not change mid-version is now removed so the SSE optimizations are on by default (change already made in 1.6 CMakeLists.txt but not configure.) Signed-off-by: John Bowler <jbowler@acm.org>
- Loading branch information
Showing
4 changed files
with
17 additions
and
384 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
Oops, something went wrong.