-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
smolscale-avx2: Pass YMM return values by reference
Workaround for GCC bug #54412: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54412 GCC does not enforce 32-byte alignment for return values placed on the stack in 64-bit MS Windows builds, yet it emits vmovdqa instructions that require alignment. This would cause crashes when resampling big images. Fixes #210 (GitHub).
- Loading branch information
Showing
1 changed file
with
30 additions
and
26 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