thorium-mirror/other
Alexander Frick 81c5a21723 min
2025-01-04 21:59:21 -06:00
..
AVX2 fix win args and kshareicon update 2024-12-29 21:07:30 -06:00
AVX512 fix win args and kshareicon update 2024-12-29 21:07:30 -06:00
CrOS fix win args and kshareicon update 2024-12-29 21:07:30 -06:00
Mac fix win args and kshareicon update 2024-12-29 21:07:30 -06:00
SSE2 fix win args and kshareicon update 2024-12-29 21:07:30 -06:00
SSE3 fix win args and kshareicon update 2024-12-29 21:07:30 -06:00
SSE4.1 fix win args and kshareicon update 2024-12-29 21:07:30 -06:00
SSE4.2 fix win args and kshareicon update 2024-12-29 21:07:30 -06:00
thor_ver_linux fix locationbar th24 sizes 2024-11-25 10:25:03 -06:00
WIN7 update win7 readme 2024-04-10 05:28:01 -05:00
add-hevc-ffmpeg-decoder-parser.bak update ffmpeg patches 2024-07-29 16:01:03 -05:00
add-hevc-ffmpeg-decoder-parser.patch try to fix ac3 2024-12-16 16:59:44 -06:00
add-hevc-ffmpeg-decoder-parser.patch1 M130 RC3 2024-12-08 14:08:03 -06: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 fix media_switches.cc and add GPC patch 2024-11-25 11:53:14 -06:00
fix-policy-templates.patch M124 almost final 2024-05-14 05:35:50 -05:00
ftp-support-thorium.patch min 2025-01-04 21:59:21 -06:00
GPC.patch fix media_switches.cc and add GPC patch 2024-11-25 11:53:14 -06:00
README.md .168 minor uprev 2024-04-13 09:15:10 -05:00
Remove-discovery-module-from-NTP.patch [Android] Roll NTP patch 2024-10-14 15:20:23 +08:00
thorium-2024-ui.patch fix view_ID, and mini_installer BUILD.gn 2024-12-30 02:55:12 -06:00

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.