thorium-mirror/other/SSE2
2024-04-18 21:57:21 -05:00
..
build/config PGO optimizations 2024-04-17 05:38:20 -05:00
angle-lockfree.patch re-add sse2 support 2024-01-14 03:46:10 -06:00
args_SSE2.gn correct 32 bit args 2024-03-18 21:26:36 -05:00
README.md update //other readmes and add SSE4 stuff 2024-04-10 05:23:46 -05:00
support-i386.patch re-add sse2 support 2024-01-14 03:46:10 -06:00
thor_ver update endpoints 2024-01-31 04:33:15 -06:00
win32_SSE2_args.gn split sse2 args 2024-04-07 20:03:29 -05:00
win64_SSE2_args.gn update PGO profiles 2024-04-18 21:57:21 -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.