diff options
author | gxw <guxiwei@loongson.cn> | 2021-07-26 15:44:54 +0800 |
---|---|---|
committer | gxw <guxiwei@loongson.cn> | 2021-07-27 15:29:12 +0800 |
commit | af0a69f355a086d70cc08ccda8bde7a48b3133c4 (patch) | |
tree | 3a029bcd1f2bec4c76b93cbd15d24014e660eae2 /Makefile.loongarch64 | |
parent | 5a2fe5bfb9016d3f4d00636b93680c504e31aadf (diff) | |
download | openblas-af0a69f355a086d70cc08ccda8bde7a48b3133c4.tar.gz openblas-af0a69f355a086d70cc08ccda8bde7a48b3133c4.tar.bz2 openblas-af0a69f355a086d70cc08ccda8bde7a48b3133c4.zip |
Add support for LOONGARCH64
Diffstat (limited to 'Makefile.loongarch64')
-rw-r--r-- | Makefile.loongarch64 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.loongarch64 b/Makefile.loongarch64 new file mode 100644 index 000000000..05ea9c679 --- /dev/null +++ b/Makefile.loongarch64 @@ -0,0 +1,3 @@ +ifdef BINARY64 +else +endif |