Skip to content

Commit

Permalink
Update README.md with hot function multiplier info
Browse files Browse the repository at this point in the history
  • Loading branch information
berkley4 committed May 3, 2022
1 parent ed76fa1 commit 8f24176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ___Performance improvements___
- Built with -march=[x86-64-v2](https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels) (versus the default x86-64) and -mavx to enable AVX instructions
- Built with -fno-plt - speed improvement
- Build with -ftrivial-auto-var-init set to zero instead of pattern - speed improvement
- Built with higher function import limits to further optimise hot functions
- Built with a higher hot function import multiplier to further optimise frequently used functions

___Security/Privacy improvements___

Expand Down

0 comments on commit 8f24176

Please sign in to comment.