Alex313031 / Thorium-Win

Chromium fork for Windows named after radioactive element No. 90; Windows builds of https://github.com/Alex313031/Thorium
https://thorium.rocks/
BSD 3-Clause "New" or "Revised" License
1.28k stars 33 forks source link

AVX2 vs AVX vs SSE3 which one to pick? #166

Closed Rafi1018 closed 4 months ago

Rafi1018 commented 4 months ago

My hardware supports all. So was thinking what would be better? I know AVX2 is better but was thinking if it has any drawbacks

etil2jz commented 4 months ago

You can take AVX2, the only drawback I can see is slightly more CPU temp while using these instructions but it's negligeable.

Rafi1018 commented 4 months ago

You can take AVX2, the only drawback I can see is slightly more CPU temp while using these instructions but it's negligeable.

gotcha thanks for your opinion!

AJolly commented 1 week ago

Any benchmarks on this? Lets assume I've got a 14900ks. Avx2 would mean lower single thread speed, but the instructions accomplish more.