thorium-mirror/other/SSE2
2024-12-29 21:07:30 -06:00
..
build/config update compiler build.gns 2024-10-03 07:43:39 -05:00
angle-lockfree.patch patch fixes and updates 2024-11-19 10:58:44 -06:00
args_SSE2.gn fix win args and kshareicon update 2024-12-29 21:07:30 -06: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 fix win args and kshareicon update 2024-12-29 21:07:30 -06: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.