-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Illegal hardware instruction when performing inner products #150
Comments
|
On 0.3.3 and master, both, I get:
|
Ah, sorry, this is 0.3.2. Let me upgrade. |
Full versioning for 0.3.3 and crash: versioninfo(true) BLAS: libopenblas (NO_AFFINITY HASWELL)
julia> v1 = [1;-1;0;1;1]; v2 = [3;-3;2;5;5]; v3 = [5;1;3;2;8]; julia> (v2 .* v1) / (v1 .* v1) signal (4): Illegal instruction: 4 signal (4): Illegal instruction: 4 signal (4): Illegal instruction: 4 signal (4): Illegal instruction: 4 |
Sounds like staticfloat/homebrew-julia#130 (comment) ? |
Recompiling according to static float/homebrew-julia#130 instructions. |
All fixed! Thanks! |
I can reliable crash julia with an illegal instruction error using the following:
The text was updated successfully, but these errors were encountered: