Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openblas: apply patch to prevent SIGILL on aarch64
The applied patch contains the changes from this PR: OpenMathLib/OpenBLAS#3060 This patch prevents gcc from reordering instructions in a way that can cause crashes with SIGILL on aarch64. This issue crashes python when importing numpy on aarch64: numpy/numpy#18131
- Loading branch information