mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-08 10:47:44 -03:00
.. | ||
AVX2 | ||
AVX512 | ||
CrOS | ||
Mac | ||
SSE2 | ||
SSE3 | ||
SSE4.1 | ||
SSE4.2 | ||
thor_ver_linux | ||
WIN7 | ||
add-hevc-ffmpeg-decoder-parser.bak | ||
add-hevc-ffmpeg-decoder-parser.patch | ||
add-hevc-ffmpeg-decoder-parser.patch1 | ||
build_ffmpeg.py | ||
chromium_options.reg | ||
ffmpeg_hevc_ac3.patch | ||
fix-policy-templates.patch | ||
ftp-support-thorium.patch | ||
GPC.patch | ||
README.md | ||
Remove-discovery-module-from-NTP.patch | ||
thorium-2024-ui.patch |
Compiler configs for SSE2, SSE3, SSE4.1, and AVX2
This directory contains compiler configurations files and args.gn files for compiling Thorium with:
SSE2 > See the the Wiki page about it. (For very old processors)
SSE3 > See the the Wiki page about it. (This is the normal Chromium baseline default)
SSE4.1 > See the the Wiki page about it. (SSE4.2 is not used, as only 1st Gen Core supports 4.2 but not AVX)
and
AVX2 > See the the Wiki page about it. (For modern CPUs)
It also contains config files for MacOS and ChromiumOS/ThoriumOS.
(AVX is the normal Thorium baseline default)
Other info
For Polly builds, run build_polly.sh
from //infra first, and then uncomment the use_polly = true
arg in your args.gn.
For Android or Raspberry Pi builds, see the //arm directory.