Skip to content

Commit 003af81

Browse files
committed
Update README.md
1 parent 2ebddf3 commit 003af81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ There is no noticeable difference between *x86/x86-64* and *sse/avx/avx2* result
5555

5656
Loops unrolling results in a negligible performance increase on modern architectures (with branch predictor and so on) and sometimes leads to opposite results, but it looks good on older CPUs.
5757

58-
The Interprocedural Optimization (IPO)/Link Time Optimization (LTO) is very effective in almost any case - in native (bare metal) environment, virtual environment, within emulators, etc. And there are significant performance improvements as a result of better optimization in newer versions of GCC.
58+
The Interprocedural Optimization (IPO)/Link Time Optimization (LTO) is very effective in almost any case - in native (bare metal) environment, virtual environment, within emulators, etc.
59+
60+
And there are significant performance improvements as a result of better optimization in newer versions of GCC.
5961

6062
**CAUTION!** *Due to the poor repeatability of file system test results (especially parallel ones) on modern systems they're excluded from the basic test suite.*
6163

0 commit comments

Comments
 (0)