Skip to content

patch 8.3 src to use avx512 cache vars#1115

Merged
henderkes merged 1 commit intomainfrom
fix/php83_avx512
Apr 20, 2026
Merged

patch 8.3 src to use avx512 cache vars#1115
henderkes merged 1 commit intomainfrom
fix/php83_avx512

Conversation

@henderkes
Copy link
Copy Markdown
Collaborator

@henderkes henderkes commented Apr 20, 2026

What does this PR do?

closes #1111
also closes #1114 , whatever that attempt was
turns out 8.2 had no avx512, 8.3 ran the checks unconditionally.
backported the 8.4 checks into 8.3 here.

Checklist before merging

If your PR involves the changes mentioned below and completed the action, please tick the corresponding option.
If a modification is not involved, please skip it directly.

  • If you modified *.php or *.json, run them locally to ensure your changes are valid:
    • composer cs-fix
    • composer analyse
    • composer test
    • bin/spc dev:sort-config
  • If it's an extension or dependency update, please ensure the following:
    • Add your test combination to src/globals/test-extensions.php.
    • If adding new or fixing bugs, add commit message containing extension test or test extensions to trigger full test suite.

@henderkes
Copy link
Copy Markdown
Collaborator Author

@henderkes henderkes requested a review from crazywhalecc April 20, 2026 09:26
@henderkes henderkes merged commit 95a4b4d into main Apr 20, 2026
8 checks passed
@henderkes henderkes deleted the fix/php83_avx512 branch April 20, 2026 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

php 8.3 somehow runs avx512 check despite the cached vars being set to no

2 participants