From b5e98e4dda80367ba25bcea9b3283bde4719cd11 Mon Sep 17 00:00:00 2001 From: buffer51 Date: Tue, 26 Apr 2016 03:14:03 -0700 Subject: [PATCH] Added Android as a community-supported OS --- CONTRIBUTORS.md | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ebe52ea..e9d97b3 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -150,3 +150,7 @@ In chronological order: * theoractice * [2016-03-20] Fix compiler error in VisualStudio with CMake * [2016-03-22] Fix access violation on Windows while static linking + +* Paul Mustière + * [2016-02-04] Fix Android build on ARMV7 + * [2016-04-26] Android build with LAPACK for ARMV7 & ARMV8 diff --git a/README.md b/README.md index 32a8610..8ac8884 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ Please read GotoBLAS_01Readme.txt - **MingWin or Visual Studio(CMake)/Windows**: Please read . - **Darwin/Mac OS X**: Experimental. Although GotoBLAS2 supports Darwin, we are the beginner on Mac OS X. - **FreeBSD**: Supported by community. We didn't test the library on this OS. +- **Android**: Supported by community. Please read . ## Usages Link with libopenblas.a or -lopenblas for shared library. -- 2.7.4