Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around invalid register errors with 64-bit Windows (#28449)
Adding `-fno-asynchronous-unwind-tables` to the C compiler flags passed to OpenBLAS works around errors claiming an invalid register for `.seh_savexmm`. We've been running into this on the 64-bit Windows buildbots. See discussion in OpenMathLib/OpenBLAS#1708.
- Loading branch information