HomeFreeBSD

devel/qt6-base: Re-enable AVX2 after d2283436a461

Description

devel/qt6-base: Re-enable AVX2 after d2283436a461

The original code incorrectly assumes that all CPUs with FMA instruction
sets also have AVX2 instruction sets. This is true for Intel CPUs, but
not for AMD bdver[23] which have FMA, but not AVX2. All Intel and AMD
CPUs that have AVX2 also have BMI2, so use that as a check instead of
disabling newer instruction sets entirely.

Details

Provenance
jhaleAuthored on Aug 5 2023, 3:43 PM
Parents
R11:8296db9b12f4: devel/meson-python: update to 0.13.2
Branches
Unknown
Tags
Unknown