other/README.md
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)
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.