thorium-mirror/other/README.md
2024-04-13 09:15:10 -05:00

1.1 KiB

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.