fixes for building and running on iOS (#619)

* fixes for building and running on iOS

* per suggestion just use Accelerate
This commit is contained in:
David Koski
2024-02-04 12:29:17 -08:00
committed by GitHub
parent 11a9fd40f0
commit ebfd3618b0
4 changed files with 5 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
#include <cassert>
#ifdef ACCELERATE_NEW_LAPACK
#include <vecLib/cblas_new.h>
#include <Accelerate/Accelerate.h>
#else
#include <cblas.h>
#endif