Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build error in OpenBLAS on rhel6
Use a newer assembler to allow avx2 instructions. This is the same error that was [reported here](JuliaLang/julia#7653) and [here](spack#12235). ``` ../kernel/x86_64/dgemm_kernel_4x4_haswell.S:1709: Error: no such instruction: vpermpd $ 0xb1,%ymm0,%ymm0' ../kernel/x86_64/dgemm_kernel_4x4_haswell.S:1709: Error: no such instruction:vpermpd $ 0x1b,%ymm0,%ymm0' ```
- Loading branch information