thorium-mirror/other/SSE2/README.md

7 lines
380 B
Markdown
Raw Normal View History

2024-01-14 06:46:10 -03:00
# Thorium SSE2
This directory contains build config files for compiling 32 bit Thorium/Chromium with [SSE2](https://en.wikipedia.org/wiki/SSE2).
2024-01-14 06:46:10 -03:00
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.