update source for windows
This commit is contained in:
@@ -12,6 +12,8 @@ Functions matrix and vector multiplications.
|
||||
|
||||
#ifdef __linux__ // Debian, Ubuntu, Gentoo, Fedora, openSUSE, RedHat, Centos and other
|
||||
#include <cblas.h>
|
||||
#elif _WINDOWS || __WIN32__ // Added for windows by Yi Zhang on 2021-08-26
|
||||
#include <cblas.h>
|
||||
#elif defined(__APPLE__) && defined(__MACH__)
|
||||
#include <Accelerate/Accelerate.h>
|
||||
#else
|
||||
|
Reference in New Issue
Block a user