mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Update README.md
This commit is contained in:
parent
05931b644e
commit
79d78b6891
1 changed files with 5 additions and 8 deletions
13
README.md
13
README.md
|
@ -6,17 +6,14 @@
|
|||
## Chromium fork for linux named [after radioactive element No. 90](https://en.wikipedia.org/wiki/Thorium). Windows/MacOS/RasPi/Other builds see below.
|
||||
|
||||
- Always built with the latest x64 tip-o-tree "Trunk" build of [Chromium](https://www.chromium.org/).
|
||||
- Intended to behave like and have the featureset of Google Chrome, with differences/patches/enhancements listed below. \
|
||||
- Intended to behave like and have the featureset of Google Chrome, with differences/patches/enhancements listed below.
|
||||
- Includes Widevine, All Codecs, Chrome Plugins, as well as thinLTO, CFlag, LDFlag, LLVM Loop, and PGO compiler optimizations. It is built with SSE4, AVX, and AES, so it won't launch on CPU's below 2nd gen Core or AMD FX, but benefits from Advanced Vector EXtensions. You can disable this and use regular SSE3 like Chromium and Chrome, or builds from Thorium special, some of which are SSE4. (See below.)
|
||||
### Other Builds <img src="https://github.com/Alex313031/Thorium/blob/main/logos/STAGING/winflag_animated.gif" width="34"> <img src="https://github.com/Alex313031/Thorium/blob/main/logos/STAGING/AVX2.png" width="48"> <img src="https://github.com/Alex313031/Thorium/blob/main/logos/STAGING/apple.png" width="30"> <img src="https://github.com/Alex313031/Thorium/blob/main/logos/STAGING/Raspberry_Pi_Logo.svg" width="24">
|
||||
– I also build for Windows > [Thorium Win](https://github.com/Alex313031/Thorium-Win) You can also find SSE4 builds for Windows here.\
|
||||
– AVX2 Builds for Windows and Linux > [Thorium AVX2](https://github.com/Alex313031/Thorium-AVX2) (source files for AVX2 are in that repo.) \
|
||||
– MacOS and Prasberry Pi Builds, as well as Special and Experimental builds, sometimes for other CPUs (read the Readme), are located at > [Thorium Special](https://github.com/Alex313031/Thorium-Special) You can find builds for Piledriver/Steamroller/Excavator CPUS, Haswell CPUs, as well as SSE4 Linux builds. \
|
||||
– MacOS (M1 and X64) and Raspberry Pi (arm64) Builds, as well as Special and Experimental builds, sometimes for other CPUs (read the Readme), are located at > [Thorium Special](https://github.com/Alex313031/Thorium-Special) You can also find builds for Piledriver/Steamroller/Excavator CPUS, Haswell CPUs, as well as SSE4 Linux builds. \
|
||||
– __NEW__: Thorium Website with deb repo for auto-updating on Linux > https://thorium.rocks/ \
|
||||
– __NEW__: Tigerlake (11th Gen) builds by @midzer \
|
||||
– __NEW__: Thorium Special now also has ARM64 and x64 builds for MacOS. \
|
||||
– __NEW__: Thorium Special now also has new ARM64 builds for things like the Raspberry Pi. \
|
||||
– __NEW__: Thorium Special now also has experimental Android ARM32 & ARM64 builds.
|
||||
|
||||
– Includes Widevine, All Codecs, Chrome Plugins, as well as thinLTO, CFlag, LDFlag, LLVM Loop, and PGO compiler optimizations. It is built with SSE4, AVX, and AES, so it won't launch on CPU's below 2nd gen Core or AMD FX, but benefits from Advanced Vector EXtensions. You can disable this and use regular SSE3 like Chromium and Chrome, or builds from Thorium special, some of which are SSE4. (See below.)
|
||||
– __NEW__: Tigerlake (11th Gen) builds by @midzer in Thorium Special
|
||||
|
||||
### FEATURES & DIFFERENCES BETWEEN CHROMIUM AND THORIUM <img src="https://github.com/Alex313031/Thorium/blob/main/logos/NEW/bulb_light.svg#gh-dark-mode-only"> <img src="https://github.com/Alex313031/Thorium/blob/main/logos/NEW/bulb_dark.svg#gh-light-mode-only">
|
||||
> - Various compiler flags that improve performance and target AVX CPU's (read [PATCHES.md](https://github.com/Alex313031/Thorium/blob/main/PATCHES.md))
|
||||
|
|
Loading…
Reference in a new issue