From 8c32e4c0fd6b15126cd882a7c961592cf92fb6f9 Mon Sep 17 00:00:00 2001 From: Hyro Date: Fri, 15 Jul 2022 16:12:46 +0200 Subject: [PATCH] tags: update illegal-instruction --- files/tags.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/tags.toml b/files/tags.toml index 329cf3f..9bf14cb 100644 --- a/files/tags.toml +++ b/files/tags.toml @@ -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]()) + +**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.