thorium-mirror/other/SSE2
2024-05-14 03:36:52 -05:00
..
build/config update BUILD.gns 2024-05-12 05:53:15 -05:00
angle-lockfree.patch support 32 bit x86 Linux 2024-05-03 08:25:13 -05:00
args_SSE2.gn add platform_has_optional_hevc_support = true 2024-05-12 03:58:03 -05:00
README.md update //other readmes and add SSE4 stuff 2024-04-10 05:23:46 -05:00
thor_ver update endpoints 2024-01-31 04:33:15 -06:00
win32_SSE2_args.gn update PGO profiles 2024-05-14 03:36:52 -05:00

Thorium SSE2

This directory contains build config files for compiling 32 bit Thorium/Chromium with SSE2.

Chromium doesn't officially support 32 bit Linux anymore, and "requires" SSE3. With some workarounds though, it can be made to work.
Using the -msse2 compiler flag is not enough, one must also add the -mmmx and -mfxsr flags.