We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ea06b commit 11ed642Copy full SHA for 11ed642
1 file changed
Writerside/topics/getting-started/installation.md
@@ -259,3 +259,14 @@ pkg install webkit2-gtk4
259
</tabs>
260
</note>
261
262
+### Illegal instruction (core dumped)
263
+
264
+Linux prebuild was compiled with some assumptions, such as the presence of
265
+<code>sse</code> and <code>avx2</code> instructions.
266
267
+<note>
268
+Make sure your CPU supports <code>AVX2</code> (Intel Q2 2013, AMD Q2 2015)
269
+instructions set (<code>cat /proc/cpuinfo</code>).
270
271
+<b>Note:</b> VirtualBox may not support AVX/AVX2 when running under Hyper-V.
272
+</note>
0 commit comments