You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At b_escape function can produce SIGILL cpu exception.
If you compile in to target_arch x86_64 and target_feature avx2 and sse2, you will be forced to execute this function in a cpu with the previous characteristics. In any other way it will produce this exception
There is no cheap way to implement runtime detection until rust-lang/rust#57775 is resolved.