Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9c646fa

Browse files
Fix
Signed-off-by: AlexDBlack <blacka101@gmail.com>
1 parent 1783eef commit 9c646fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎cpu.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ AVX support for different CPUs - summary:
2121
* Some high-end server CPUs: AVX512 may be supported
2222
* Old CPUs (pre 2012) and low power x86 (Atom, Celeron): No AVX support (usually)
2323

24-
AVX is backward compatible, so for example it's possible run a generic x86 or AVX2 binary on a system supporting AVX512.
25-
However it is not possible to run
24+
Note that CPUs supporting later versions of AVX include all earlier versions also. This means it's possible run a generic x86 or AVX2 binary on a system supporting AVX512.
25+
However it is not possible to run binaries built for later versions (such as avx512) on a CPU that doesn't have support for those instructions.
2626

2727
Note on current snapshots (and in future releases, after 1.0.0-beta5) you may get a warning as follows, if AVX is not configured optimally:
2828
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /