diff options
author | Alexander Eberspächer <alex.eberspaecher@gmail.com> | 2012-05-02 12:03:07 +0200 |
---|---|---|
committer | Alexander Eberspächer <alex.eberspaecher@gmail.com> | 2012-05-02 12:03:07 +0200 |
commit | 4236d0d93836cd304f27646f18a28d309210e14d (patch) | |
tree | 3ac072b9dbd82bb75a228fabcde380356dd39b68 | |
parent | 8218cbea2a2b706775c3c302ea1a4c361bd40bcc (diff) | |
download | openblas-4236d0d93836cd304f27646f18a28d309210e14d.tar.gz openblas-4236d0d93836cd304f27646f18a28d309210e14d.tar.bz2 openblas-4236d0d93836cd304f27646f18a28d309210e14d.zip |
Add note on compiler warnings for the segfaults patch.
-rw-r--r-- | GotoBLAS_03FAQ.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/GotoBLAS_03FAQ.txt b/GotoBLAS_03FAQ.txt index b45e6d095..0213d8d58 100644 --- a/GotoBLAS_03FAQ.txt +++ b/GotoBLAS_03FAQ.txt @@ -97,7 +97,8 @@ git am segfaults.patch - and see if the crashes persist. + and see if the crashes persist. Note that this patch will lead to many + compiler warnings. 2. Architecture Specific issue or Implementation |