v2.3.0-A – Community Builds Thread #118
Replies: 3 comments 25 replies
-
Hi, coincidentally I happen to not be at home again during a new release, so I'm gonna post the builds in remote from my phone again. This time there's some informations that need to be given, because this new version ends up in non-stable binaries for windows:
More discussions regarding this are in the v2.3.0 discussion -> #88 |
Beta Was this translation helpful? Give feedback.
-
Termux build for arm and aarch64 with flto |
Beta Was this translation helpful? Give feedback.
-
I found that znver3 is not slower than znver2 when building with IR+CSIR PGO, binary has a comparable footprint as well. Edit: here are all the builds, many marches, including generic. Dynamically linked mimalloc lib gave me a massive boost of ~2.5%❗ over no mimalloc/failed statically linked. |
Beta Was this translation helpful? Give feedback.
-
Community Builds Thread
This is a place for the community to share unofficial tools not affiliated with the project — mainly consisting of binaries compiled by community members.
Trust
Architecture
When downloading pre-compiled binaries, you might see AVX, AVX2, AVX-512, x86-64-v3, etc. If you don't know exactly what ISA extensions your CPU supports, here is a chart to help you quickly understand your hardware's support:
Not Vendor-Specific
ISA extensions like AVX, AVX2, & AVX512 are for vector processing which SVT-AV1-PSY relies heavily on for its fast multithreaded performance. Below are some helpful charts to help you narrow down the best options if you have popular x64 hardware:
AMD
Intel (Desktop)
Included below is even more information about what is available when specifying
-march
&-mtune
on x64 CPUs:Known valid x64 arguments for
-march=
:Known valid x64 arguments for
-mtune=
:-march=foo
implies-mtune=foo
unless you also specify a different-mtune
. This is one reason why using-march
is better than just enabling options like-mavx
without doing anything about tuning.Antivirus
🛑 Be wary of antivirus software on Windows detecting EXEs distributed here as malicious software. While they may not always legitimately be malicious, it is important to maintain a healthy level of skepticism when running code that someone else has compiled.
Beta Was this translation helpful? Give feedback.
All reactions