We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a9e5c commit b63aad7Copy full SHA for b63aad7
docs/en/stack/ml/limitations.asciidoc
@@ -5,6 +5,16 @@
5
The following limitations and known problems apply to the {version} release of
6
the Elastic {ml-features}:
7
8
+[float]
9
+[[ml-limitations-sse]]
10
+=== CPUs must support SSE4.2
11
+
12
+{ml-cap} uses Streaming SIMD Extensions (SSE) 4.2 instructions, so it works only
13
+on machines whose CPUs https://en.wikipedia.org/wiki/SSE4#Supporting_CPUs[support]
14
+SSE4.2. If you run {es} on older hardware you must disable {ml} by setting
15
+`xpack.ml.enabled` to `false`. See
16
+{ref}/ml-settings.html[{ml-cap} settings in {es}].
17
18
[float]
19
=== Categorization uses English dictionary words
20
//See x-pack-elasticsearch/#3021
0 commit comments