Skip to content

Commit

Permalink
readme: Expand description of AutoFDO
Browse files Browse the repository at this point in the history
Signed-off-by: Vasiliy Stelmachenok <[email protected]>
  • Loading branch information
ventureoo committed Dec 3, 2024
1 parent dddc846 commit 7c2b930
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ Scheduler** Scheduler by [Alfred Chen](https://gitlab.com/alfredchen) -
`linux-cachyos-bmq`


> [!NOTE]
> The CachyOS repositories provide prebuilt kernels in three different
> [!NOTE] The CachyOS repositories provide prebuilt kernels in three different
> march versions: `x86-64`, `x86-64-v3`,`x86-64-v4` and `znver4`. The default
> `linux-cachyos` kernel is compiled with Clang and Thin LTO. For this kernel
> there is a `linux-cachyos-gcc` variant available.
> `linux-cachyos` kernel is compiled with Clang, Thin LTO and uses our AutoFDO
> profile. For this kernel there is a `linux-cachyos-gcc` variant available.
## Features
### :hammer_and_wrench: Advanced building & compiling
Expand All @@ -53,7 +52,8 @@ Scheduler** Scheduler by [Alfred Chen](https://gitlab.com/alfredchen) -
- Support for building with GCC or Clang.
- Choose between 300Hz, 500Hz, 600 Hz ,750Hz and 1000Hz. Defaults to 1000Hz
- Kernel Control Flow Integrity (kCFI) selectable when using `LLVM`
- AutoFDO support
- Support for generating and using AutoFDO profiles, which is a PGO-like
optimization. See more: https://cachyos.org/blog/2411-kernel-autofdo/

### :abacus: CPU enhancements

Expand Down

0 comments on commit 7c2b930

Please sign in to comment.