add support for building on windows/arm64 target

This commit is contained in:
Niyas Sait
2021-08-16 11:22:51 +01:00
parent 04255be948
commit cdb5d2737e
2 changed files with 3 additions and 3 deletions

View File

@@ -120,7 +120,7 @@ static inline int blas_quickdivide(blasint x, blasint y){
.text ;
.p2align 2 ;
.global REALNAME ;
#ifndef __APPLE__
#if !defined(__APPLE__) && !defined(_WIN32)
.type REALNAME, %function ;
#endif
REALNAME: