v2.2.1-B - Community Builds Thread #79
gianni-rosato
started this conversation in
Show and tell
Replies: 2 comments 14 replies
-
SvtAv1EncApp v2.2.1-B for Windows
$BaseFlags = "/DNDEBUG /clang:-O2 -flto" (same as Itachi Uchiha's build) |
Beta Was this translation helpful? Give feedback.
14 replies
-
SvtAv1EncApp v2.2.1-B for Termux |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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