Skip to content

Commit

Permalink
Merge pull request scipy#4639 from Newman101/master
Browse files Browse the repository at this point in the history
Amended typo in apple_sgemv_fix.c
  • Loading branch information
argriffing committed Mar 17, 2015
2 parents 23e0e66 + 13bd09c commit 79cb69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy/_build_utils/src/apple_sgemv_fix.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* SGEMV in Accelerate framework will segfault on MacOS X version 10.9
* (aka Mavericks) if arrays are not aligned to 32 byte boundaries
* and the CPU supports AVX instructions. This can produce segfaults
* in parts of SciPy whcih uses the SGEMV subroutine. As of October
* in parts of SciPy which uses the SGEMV subroutine. As of October
* 2014 that is scipy.linalg.blas, SuperLU and ARPACK. This patch
* overshadows the symbols cblas_sgemv, sgemv_ and sgemv exported by
* Accelerate to produce the correct behavior. The MacOS X version and
Expand Down

0 comments on commit 79cb69c

Please sign in to comment.