Skip to content

Commit 11ed642

Browse files
committed
Add vbox notice
1 parent d2ea06b commit 11ed642

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Writerside/topics/getting-started/installation.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,3 +259,14 @@ pkg install webkit2-gtk4
259259
</tabs>
260260
</note>
261261

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

Comments
 (0)