Alex313031 / Mercury

Firefox fork with compiler optimizations and patches from Librewolf, Waterfox, and GNU IceCat.
https://thorium.rocks/mercury
Mozilla Public License 2.0
1.02k stars 26 forks source link

[Feature Request] x86-64-v4 / AVX512 support #121

Open d3-X-t3r opened 5 months ago

d3-X-t3r commented 5 months ago

From what I understand, Mercury only supports x86-64-v3.

Are there any plans to provide an x86-64-v4 (AVX512) optimized package?

Alex313031 commented 4 months ago

@d3-X-t3r Mercury supports SSE3, SSE4, AVX, and AVX2.

One could modify https://github.com/Alex313031/Mercury/blob/main/mozconfigs/mozconfig-win-avx2 and replace x86-64-v3 with x86-64-v4