-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mpg123: update to 1.26.5 and use default optimization
This approaches a serious performance issue with 1.26.x when resampling is used on certain platforms (observed on SPARC). Floating point denormals crop up. This change approaches that two-fold 1. Do not disable default optimization flags for GCC. 2. Update to 1.26.5 that contains code to avoid denormals. The default flags are about code optimization (like -ffast-math), not the target architecture, so should not affect portability. They are also rather safe and tested as development of mpg123 always has them in place. This is how it is meant to be played;-) Approved during freeze by wiz.
- Loading branch information
thor
committed
Mar 25, 2021
1 parent
647807b
commit b9cddd2
Showing
2 changed files
with
7 additions
and
8 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