thorium-mirror/other
Alexander Frick 4ab02c89dd update PGO profiles 2024-05-14 03:36:52 -05:00
..
AVX2 update PGO profiles 2024-05-14 03:36:52 -05:00
CrOS M124 stage 4 2024-05-12 09:08:33 -05:00
Mac update PGO profiles 2024-05-14 03:36:52 -05:00
SSE2 update PGO profiles 2024-05-14 03:36:52 -05:00
SSE3 update PGO profiles 2024-05-14 03:36:52 -05:00
SSE4.1 update PGO profiles 2024-05-14 03:36:52 -05:00
WIN7 update win7 readme 2024-04-10 05:28:01 -05:00
Fix-policy-templates.patch update policies patch 2024-05-14 02:38:41 -05:00
README.md .168 minor uprev 2024-04-13 09:15:10 -05:00
Remove-discovery-module-from-NTP.patch [M123] Roll NTP patch 2024-04-20 23:05:32 +08:00
add-hevc-ffmpeg-decoder-parser.patch use -O3 in ffmpeg patch 2024-05-14 02:06:26 -05:00
build_ffmpeg.py M121 Final? 2024-02-14 15:27:13 -06:00
chromium_options.reg add chromium reg file 2024-01-06 19:12:28 -06:00
ffmpeg_hevc_ac3.patch ac3 patch re-working 2024-05-14 03:26:44 -05:00
ftp-support-thorium.patch update FTP patch 2024-05-14 02:02:35 -05:00
test_build_args.gn final icon flag patch and update linux/win args.gn 2024-01-31 09:02:42 -06:00

README.md

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.