mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-22 14:41:05 +01:00
tags: update illegal-instruction
This commit is contained in:
parent
fe7f035212
commit
8c32e4c0fd
1 changed files with 4 additions and 0 deletions
|
@ -79,6 +79,10 @@ content = """
|
|||
**Illegal instruction - core dumped**
|
||||
|
||||
Bun currently only works on CPUs supporting the AVX2 instruction set.
|
||||
There is nothing you can do about it at the moment, you can only wait.
|
||||
However, there are plans to make a build that doesn't need AVX2 ([#67](<https://github.com/oven-sh/bun/issues/67>))
|
||||
|
||||
**NOT RECOMMENDED (VERY SLOW ALTERNATIVE)**:
|
||||
To run on older CPUs this can be emulated using Intel SDE, however bun won't be as fast as it would be when running on CPUs with AVX2 support.
|
||||
If you get this error while bun is initializing, you probably need to wrap the bun executable with intel-sde.
|
||||
|
||||
|
|
Loading…
Reference in a new issue