Add SSE to i386 builds - #1684
Merged
Merged
Conversation
tianon
approved these changes
Sep 8, 2026
tianon
left a comment
Member
There was a problem hiding this comment.
🤔 I think this should also be applied to the Alpine images. ❓
Agreed, seems sane to me.
tianon
approved these changes
Sep 10, 2026
tianon
left a comment
Member
There was a problem hiding this comment.
I was hoping maybe we could be even more explicit with -march=pentium4, and we can, but that only implies -msse2 and apparently -mfpmath will still be 387.
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Sep 10, 2026
Changes: - docker-library/php@1fec3eef: Add sse to i386 builds (docker-library/php#1684) - docker-library/php@b9ae6b9d: Update 8.4-rc to 8.4.26RC1
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Sep 11, 2026
Changes: - docker-library/php@158821b2: Update 8.6-rc to 8.6.0beta3 - docker-library/php@1fec3eef: Add sse to i386 builds (docker-library/php#1684) - docker-library/php@b9ae6b9d: Update 8.4-rc to 8.4.26RC1
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1683 for
8.6-rcand8.5.10. Applied to all versions, because it "should" make it faster.xmm0-xmm7are the SSE registers.Where the
xmm*registers were added to PHP: php/php-src@8c96f53d91c#diff-62b1ac3b4be89a1968b7a4b5d8eb9e90ea7812e1c6bbf4bc29a2a48b3e7c6c06R117Build error:
🤔 I think this should also be applied to the Alpine images. ❓