Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit pack modifiers #799

Merged
merged 3 commits into from
Jan 6, 2025
Merged

Limit pack modifiers #799

merged 3 commits into from
Jan 6, 2025

Conversation

bryteise
Copy link
Member

@bryteise bryteise commented Jan 6, 2025

No description provided.

These were unintentionally left out and while unlikely to be used
should be included for correctness.

Signed-off-by: William Douglas <william.douglas@intel.com>
Systems using certain modifiers are currently not used as frequently
so in order to reduce pack size and improve update times skip those
modifiers from being considered for packs.

Currently the SSE version is skipped when either AVX2 or AVX512
versions exist and APX is always skipped.

This change does not apply to 0 packs as it would break installer
offline support.

Signed-off-by: William Douglas <william.douglas@intel.com>
Signed-off-by: William Douglas <william.douglas@intel.com>
@bryteise bryteise merged commit 5ddfb0d into master Jan 6, 2025
48 checks passed
@bryteise bryteise deleted the limit-pack-modifiers branch January 6, 2025 23:03
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.

2 participants