thorium-mirror/other
Alexander David Frick 8c36983025
Add files via upload
2023-01-28 05:43:58 -06:00
..
AVX2 Add files via upload 2023-01-28 05:43:58 -06:00
i386/SSE2/build/config Add files via upload 2022-10-19 01:11:11 -05:00
Mac Update mac_ARM_args.gn 2023-01-27 14:57:30 -06:00
Polly Update setup_polly.sh 2022-10-15 03:46:36 -05:00
SSE3 Update win_SSE3_args.gn 2023-01-27 14:30:21 -06:00
add-hevc-ffmpeg-decoder-parser.patch Update add-hevc-ffmpeg-decoder-parser.patch 2023-01-25 05:34:50 -06:00
build_polly.sh Add files via upload 2022-08-09 22:32:26 -05:00
README.md Update README.md 2022-10-14 22:49:54 -05:00

Compiler configs for AVX2 and SSE3

To build for AVX2, copy the build directory in the AVX2 folder over //chromium/src/build.

For SSE3, do the same except from the SSE3 folder.

For Polly, run build_polly.sh first, and then use the appropriate BUILD.gn for your build type from the Polly folder.

For Android arm64 builds, use the Android folder, including its android_args.gn for your args.gn, and the build_android.sh from the root of the repo for building the main apk and system webview apk.