platform/upstream/openblas.git
12 years agoFixed noisy warning with Clang
Zaheer Chothia [Tue, 19 Jun 2012 20:05:32 +0000 (22:05 +0200)]
Fixed noisy warning with Clang

../common_thread.h:138:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
  if ((blas_cpu_number == 1)
       ~~~~~~~~~~~~~~~~^~~~
../common_thread.h:138:24: note: remove extraneous parentheses around the comparison to silence this warning
  if ((blas_cpu_number == 1)
      ~                ^   ~
../common_thread.h:138:24: note: use '=' to turn this equality comparison into an assignment
  if ((blas_cpu_number == 1)
                       ^~
                       =

12 years agoFixed #106. Use fetch instead of curl on FreeBSD.
Xianyi Zhang [Wed, 20 Jun 2012 03:07:36 +0000 (11:07 +0800)]
Fixed #106. Use fetch instead of curl on FreeBSD.

12 years ago Refs #113. Fixed BOBCATE typo in dynamic arch building.
Xianyi Zhang [Tue, 19 Jun 2012 09:05:16 +0000 (17:05 +0800)]
 Refs #113. Fixed BOBCATE typo in dynamic arch building.

12 years agoRefs #113. Fixed the build bug on AMD Bobcat 64-bit OS.
Zhang Xianyi [Sat, 2 Jun 2012 13:34:23 +0000 (21:34 +0800)]
Refs #113. Fixed the build bug on AMD Bobcat 64-bit OS.

12 years agoRefs #113. Fixed the typo BOBCATE -> BOBCAT
Zhang Xianyi [Thu, 31 May 2012 14:40:15 +0000 (22:40 +0800)]
Refs #113. Fixed the typo BOBCATE -> BOBCAT

12 years agoRefs #113. Support AMD Bobcate using Barcelona kernel codes. Replace 3DNow! with...
Zhang Xianyi [Thu, 31 May 2012 10:17:45 +0000 (18:17 +0800)]
Refs #113. Support AMD Bobcate using Barcelona kernel codes. Replace 3DNow! with MMX.

12 years agoRefs #75. Check ffreep macro before the define.
Zhang Xianyi [Thu, 31 May 2012 09:17:02 +0000 (17:17 +0800)]
Refs #75. Check ffreep macro before the define.

12 years agoMerge branch 'sandybridge' into develop
Zhang Xianyi [Thu, 31 May 2012 04:42:32 +0000 (12:42 +0800)]
Merge branch 'sandybridge' into develop
Just copy the kernel codes from Nehalem. The optimization is ongoing.

12 years agoRefs #75. Use ffreep opcode directly. Please check out http://www.sandpile.org/x86...
Xianyi Zhang [Wed, 30 May 2012 12:25:01 +0000 (20:25 +0800)]
Refs #75. Use ffreep opcode directly. Please check out sandpile.org/x86/opc_fpu.htm .

12 years agoMerge branch 'fix-64-cores-limitation' into develop
Xianyi Zhang [Wed, 30 May 2012 08:43:45 +0000 (16:43 +0800)]
Merge branch 'fix-64-cores-limitation' into develop

12 years agoRefs #112. Improved setting thread affinity in Linux. Remove the limit (64) about...
Xianyi Zhang [Tue, 29 May 2012 06:01:50 +0000 (14:01 +0800)]
Refs #112. Improved setting thread affinity in Linux. Remove the limit (64) about the number of CPU cores.

12 years agoDetect Intel Core i7 3000 with Sandybridge.
Xianyi Zhang [Fri, 25 May 2012 15:20:29 +0000 (23:20 +0800)]
Detect Intel Core i7 3000 with Sandybridge.

12 years agoMerge branch 'develop' into sandybridge
Xianyi Zhang [Fri, 25 May 2012 15:16:44 +0000 (23:16 +0800)]
Merge branch 'develop' into sandybridge

12 years agoFix typo: OS_CYGWIN -> OS_CYGWIN_NT, OS_INERIX -> OS_INTERIX
Zaheer Chothia [Tue, 22 May 2012 22:04:04 +0000 (00:04 +0200)]
Fix typo: OS_CYGWIN -> OS_CYGWIN_NT, OS_INERIX -> OS_INTERIX

12 years agoFix inconsistent case for OS_* macros (Refs pull request #111)
Zaheer Chothia [Tue, 22 May 2012 22:01:14 +0000 (00:01 +0200)]
Fix inconsistent case for OS_* macros (Refs pull request #111)

12 years agoMerge pull request #111 from nolta/develop
zchothia [Mon, 21 May 2012 21:44:20 +0000 (14:44 -0700)]
Merge pull request #111 from nolta/develop

fix a couple of FreeBSD issues

12 years agoFreeBSD: fix OS_FreeBSD -> OS_FREEBSD typos
Mike Nolta [Mon, 21 May 2012 20:57:19 +0000 (16:57 -0400)]
FreeBSD: fix OS_FreeBSD -> OS_FREEBSD typos

12 years agoFreeBSD: allow CC & FC to have different versions
Mike Nolta [Mon, 21 May 2012 20:56:28 +0000 (16:56 -0400)]
FreeBSD: allow CC & FC to have different versions

12 years agoDLL: replace FEXTRALIB -> EXTRALIB (for consistency)
Zaheer Chothia [Mon, 21 May 2012 10:25:12 +0000 (12:25 +0200)]
DLL: replace FEXTRALIB -> EXTRALIB (for consistency)

12 years agoFix FreeBSD build (undefined reference to `pthread_create')
Zaheer Chothia [Mon, 21 May 2012 10:10:26 +0000 (12:10 +0200)]
Fix FreeBSD build (undefined reference to `pthread_create')

12 years agoFixed #110. Merge branch 'patch-2' of https://github.com/nolta/OpenBLAS into develop
Zhang Xianyi [Mon, 21 May 2012 05:01:00 +0000 (13:01 +0800)]
Fixed #110. Merge branch 'patch-2' of https://github.com/nolta/OpenBLAS into develop

12 years agoFreeBSD: replace EXTRALIB -> FEXTRALIB
Mike Nolta [Mon, 21 May 2012 00:44:15 +0000 (21:44 -0300)]
FreeBSD: replace EXTRALIB -> FEXTRALIB

12 years agoFix Fortran compiler detection
Zaheer Chothia [Sun, 20 May 2012 16:11:34 +0000 (18:11 +0200)]
Fix Fortran compiler detection

- Test with '-x' operator to ensure file is executable.
- 'break' is not a valid Perl keyword.

12 years agoRespect C compiler set on the command line or inherited from the environment
Zaheer Chothia [Sun, 20 May 2012 16:09:35 +0000 (18:09 +0200)]
Respect C compiler set on the command line or inherited from the environment

12 years agoMerge branch 'patch-1' of https://github.com/nolta/OpenBLAS into develop
Zhang Xianyi [Sun, 20 May 2012 04:06:04 +0000 (12:06 +0800)]
Merge branch 'patch-1' of https://github.com/nolta/OpenBLAS into develop

12 years agofix 'sched_yield' warnings on FreeBSD,NetBSD
Mike Nolta [Sun, 20 May 2012 03:49:38 +0000 (00:49 -0300)]
fix 'sched_yield' warnings on FreeBSD,NetBSD

12 years agoSymbol list: document how LAPACKE exports are derived and synchronize with lapack...
Zaheer Chothia [Wed, 16 May 2012 09:24:24 +0000 (11:24 +0200)]
Symbol list: document how LAPACKE exports are derived and synchronize with lapack-3.4.1

This change adds the missing LAPACKE_[zc]syr routines but does not remove any exported functions.

12 years agoFixed #107. Export missing LAPACK auxiliary routines (ALLAUX, SCLAUX, DZLAUX)
Zaheer Chothia [Tue, 15 May 2012 21:58:22 +0000 (23:58 +0200)]
Fixed #107. Export missing LAPACK auxiliary routines (ALLAUX, SCLAUX, DZLAUX)

Added some documentation on how the symbol list is derived and synchronized with
lapack-3.4.1 to minimize the differences.

12 years agoRefs #106. Fixed wget and md5 bug on FreeBSD and NetBSD.
Zhang Xianyi [Sun, 13 May 2012 03:43:29 +0000 (11:43 +0800)]
Refs #106. Fixed wget and md5 bug on FreeBSD and NetBSD.

12 years agoRefs #105. Export missing LAPACK functions in shared library.
Xianyi Zhang [Thu, 10 May 2012 05:01:35 +0000 (13:01 +0800)]
Refs #105. Export missing LAPACK functions in shared library.
They are as following,
slabad, dlabad,
slacpy, dlacpy,
slamch, dlamch,
slartg, slartgp, slartgs, dlartg, dlartgp, dlartgs,
slascl, dlascl,
slaset, dlaset.

12 years agoRefs #85 #104. Use patch instead of git to apply this segfaults.patch.
Xianyi Zhang [Tue, 8 May 2012 15:50:46 +0000 (23:50 +0800)]
Refs #85 #104. Use patch instead of git to apply this segfaults.patch.

12 years agoRefs #85 #104. Disable my_bind to fix this segfault issue.
Xianyi Zhang [Mon, 7 May 2012 08:38:44 +0000 (16:38 +0800)]
Refs #85 #104. Disable my_bind to fix this segfault issue.

12 years agorefs #103 Increase GEMM_MULTITHREAD_THRESHOLD to 50.
Xianyi Zhang [Thu, 3 May 2012 12:05:34 +0000 (20:05 +0800)]
refs #103 Increase GEMM_MULTITHREAD_THRESHOLD to 50.

12 years agoMerge pull request #104 from aeberspaecher/develop
Xianyi Zhang [Thu, 3 May 2012 12:00:40 +0000 (05:00 -0700)]
Merge pull request #104 from aeberspaecher/develop

Fixed #85. Add the patch for segfaults on kernel 2.6.32 and add documentation accordingly.

12 years agoAdd note on compiler warnings for the segfaults patch.
Alexander Eberspächer [Wed, 2 May 2012 10:03:07 +0000 (12:03 +0200)]
Add note on compiler warnings for the segfaults patch.

12 years agoAdd Xianyi's patch for segfaults on kernel 2.6.32 and add documentation
Alexander Eberspächer [Wed, 2 May 2012 09:33:06 +0000 (11:33 +0200)]
Add Xianyi's patch for segfaults on kernel 2.6.32 and add documentation
accordingly.

12 years agoMerge branch 'develop' v0.1.1
Xianyi Zhang [Mon, 30 Apr 2012 05:07:14 +0000 (13:07 +0800)]
Merge branch 'develop'

12 years agoFixed #102. Export the missing LAPACK functions (slapy2,slapy3,dlapy2,dlapy3) in...
Xianyi Zhang [Mon, 30 Apr 2012 05:03:34 +0000 (13:03 +0800)]
Fixed #102. Export the missing LAPACK functions (slapy2,slapy3,dlapy2,dlapy3) in shared library.

12 years agoMerge branch 'release-0.1.1' into develop
Xianyi Zhang [Sun, 29 Apr 2012 10:47:26 +0000 (18:47 +0800)]
Merge branch 'release-0.1.1' into develop

12 years agoMerge branch 'release-0.1.1'
Xianyi Zhang [Sun, 29 Apr 2012 10:41:21 +0000 (18:41 +0800)]
Merge branch 'release-0.1.1'

12 years agoRefs #91. Updated the doc for 0.1.1 version.
Xianyi Zhang [Sun, 29 Apr 2012 10:40:24 +0000 (18:40 +0800)]
Refs #91. Updated the doc for 0.1.1 version.

12 years agoFixed #101. Install the missing lapacke header with LAPACK-3.4.1. Thank Zaheer for...
Xianyi Zhang [Sat, 28 Apr 2012 04:33:56 +0000 (12:33 +0800)]
Fixed #101. Install the missing lapacke header with LAPACK-3.4.1. Thank Zaheer for this patch.

12 years agoFixed the bug about NO_CBLAS=1 disabled exporting LAPACKE functions in shared library.
Zhang Xianyi [Fri, 27 Apr 2012 03:15:24 +0000 (11:15 +0800)]
Fixed the bug about NO_CBLAS=1 disabled exporting LAPACKE functions in shared library.

12 years agoRefs #99. c_check/f_check: strip quotes from detected flags
Zaheer Chothia [Thu, 26 Apr 2012 20:13:18 +0000 (21:13 +0100)]
Refs #99. c_check/f_check: strip quotes from detected flags

12 years agoFixed #98 updated MD5 for new LAPACK 3.4.1 version on netlib.org.
Zhang Xianyi [Fri, 27 Apr 2012 01:55:21 +0000 (09:55 +0800)]
Fixed #98 updated MD5 for new LAPACK 3.4.1 version on netlib.org.

12 years agoFixed #96 a SEGFAULT bug in samax on x86.
Xianyi Zhang [Thu, 26 Apr 2012 08:50:57 +0000 (16:50 +0800)]
Fixed #96 a SEGFAULT bug in samax on x86.

12 years agoAdde the mising test_amax.c file.
Xianyi Zhang [Thu, 26 Apr 2012 08:40:44 +0000 (16:40 +0800)]
Adde the mising test_amax.c file.

12 years agoAdded the test case for samax.
Xianyi Zhang [Thu, 26 Apr 2012 08:17:17 +0000 (16:17 +0800)]
Added the test case for samax.

12 years agoFixed the utest bug for drotmg.
Xianyi Zhang [Thu, 26 Apr 2012 07:54:15 +0000 (15:54 +0800)]
Fixed the utest bug for drotmg.

12 years agoAutomatically download CUnit 2.1.2-2 version from SF.net.
Xianyi Zhang [Thu, 26 Apr 2012 07:39:03 +0000 (15:39 +0800)]
Automatically download CUnit 2.1.2-2 version from SF.net.

12 years agoFixed the LAPACKE building bug on Mac OSX.
Zhang Xianyi [Tue, 24 Apr 2012 04:03:08 +0000 (12:03 +0800)]
Fixed the LAPACKE building bug on Mac OSX.

12 years agoRefs #95 cblas: compatibility for compilers without C99 complex number support (e...
Zaheer Chothia [Sun, 22 Apr 2012 19:16:03 +0000 (21:16 +0200)]
Refs #95 cblas: compatibility for compilers without C99 complex number support (e.g. Visual Studio)

12 years agoRefs #94. Auto-detecting Intel Xeon E7 Westmere-EX.
Xianyi Zhang [Mon, 23 Apr 2012 09:38:54 +0000 (17:38 +0800)]
Refs #94. Auto-detecting Intel Xeon E7 Westmere-EX.

12 years agoRefs #93. Upgraded LAPACK to 3.4.1 version.
Zaheer Chothia [Sun, 22 Apr 2012 20:38:10 +0000 (22:38 +0200)]
Refs #93. Upgraded LAPACK to 3.4.1 version.

12 years agoRefs #90 auto detect Intel Sandy Bridge Core i7-3820
Xianyi Zhang [Mon, 23 Apr 2012 03:26:42 +0000 (11:26 +0800)]
Refs #90 auto detect Intel Sandy Bridge Core i7-3820

12 years agoRefs #88. Fixed the build bug about LAPACKE C Interface to LAPACKE.
Xianyi Zhang [Fri, 13 Apr 2012 15:12:06 +0000 (23:12 +0800)]
Refs #88. Fixed the build bug about LAPACKE C Interface to LAPACKE.

12 years agoFixed #88. Build LAPACKE: C Interface to LAPACK.
Zaheer Chothia [Sat, 7 Apr 2012 08:40:46 +0000 (10:40 +0200)]
Fixed #88. Build LAPACKE: C Interface to LAPACK.

12 years agoFixed #87. Export missing and new LAPACK 3.4.0 functions in shared library.
Zaheer Chothia [Sat, 7 Apr 2012 08:39:09 +0000 (10:39 +0200)]
Fixed #87. Export missing and new LAPACK 3.4.0 functions in shared library.

12 years agoRefs #86. Test alpha=Nan in x86/x86_64 dscale.
Xianyi Zhang [Thu, 5 Apr 2012 10:16:18 +0000 (18:16 +0800)]
Refs #86. Test alpha=Nan in x86/x86_64 dscale.

12 years agoMerge branch 'develop' into sandybridge
Xianyi Zhang [Thu, 5 Apr 2012 08:25:57 +0000 (16:25 +0800)]
Merge branch 'develop' into sandybridge

12 years agoFixed #84 the MD5 command line bug on Mac OSX.
Xianyi Zhang [Thu, 5 Apr 2012 08:21:40 +0000 (16:21 +0800)]
Fixed #84 the MD5 command line bug on Mac OSX.

12 years agoInit Sandybridge codes based on Nehalem.
Xianyi Zhang [Fri, 30 Mar 2012 12:01:03 +0000 (20:01 +0800)]
Init Sandybridge codes based on Nehalem.

12 years agoFixed a typo in license file.
Xianyi Zhang [Tue, 27 Mar 2012 06:17:13 +0000 (14:17 +0800)]
Fixed a typo in license file.

12 years agoMerge branch 'release-0.1.0' into develop
Xianyi Zhang [Fri, 23 Mar 2012 10:53:51 +0000 (18:53 +0800)]
Merge branch 'release-0.1.0' into develop

12 years agoMerge branch 'release-0.1.0' v0.1.0
Xianyi Zhang [Fri, 23 Mar 2012 10:52:40 +0000 (18:52 +0800)]
Merge branch 'release-0.1.0'

12 years agoRef #70 Updated Changelog.txt.
Xianyi Zhang [Fri, 23 Mar 2012 10:45:54 +0000 (18:45 +0800)]
Ref #70 Updated Changelog.txt.

12 years agoRef #82. Disable outputing debug information in alloc_mmap.
Xianyi Zhang [Fri, 23 Mar 2012 10:17:12 +0000 (18:17 +0800)]
Ref #82. Disable outputing debug information in alloc_mmap.

12 years agoRef #82 fixed the bug in my_mbind function.
Xianyi Zhang [Fri, 23 Mar 2012 07:15:05 +0000 (15:15 +0800)]
Ref #82 fixed the bug in my_mbind function.

12 years agoUpdated the version to 0.1.0.
Xianyi Zhang [Thu, 22 Mar 2012 17:29:05 +0000 (01:29 +0800)]
Updated the version to 0.1.0.

12 years agoMerge branch 'loongson3b' into release-0.1.0
Xianyi Zhang [Thu, 22 Mar 2012 17:26:44 +0000 (01:26 +0800)]
Merge branch 'loongson3b' into release-0.1.0

12 years agoMerge branch 'loongson3a' into release-0.1.0
Xianyi Zhang [Thu, 22 Mar 2012 17:26:27 +0000 (01:26 +0800)]
Merge branch 'loongson3a' into release-0.1.0

12 years agoRef #79 Added GEMM_MULTITHREAD_THRESHOLD flag to use single thread in gemm function...
Xianyi Zhang [Thu, 22 Mar 2012 17:17:41 +0000 (01:17 +0800)]
Ref #79 Added GEMM_MULTITHREAD_THRESHOLD flag to use single thread in gemm function with small matrices.

12 years agoMerge branch 'fix-crash_on_P4' into develop
Xianyi Zhang [Thu, 22 Mar 2012 16:06:29 +0000 (00:06 +0800)]
Merge branch 'fix-crash_on_P4' into develop

12 years agoMerge branch 'master' into develop
Xianyi Zhang [Thu, 22 Mar 2012 16:00:13 +0000 (00:00 +0800)]
Merge branch 'master' into develop

12 years agoRefs #81. Added LIBNAMESUFFIX flag in Makefile.rule. The user can use this flag to...
Xianyi Zhang [Wed, 21 Mar 2012 15:57:09 +0000 (23:57 +0800)]
Refs #81. Added LIBNAMESUFFIX flag in Makefile.rule. The user can use this flag to control the library name, e.g. libopenblas.a, libopenblas_ifort.a or libopenblas_omp.a.

12 years agorefs #80. Used GEMV SSE2 kernels on x86.
unknown [Mon, 19 Mar 2012 09:56:22 +0000 (17:56 +0800)]
refs #80. Used GEMV SSE2 kernels on x86.

12 years agoref #80. On P4 CPU with 32-bit Windows XP, Octave crashed with OpenBLAS. Walkaroud...
Xianyi Zhang [Fri, 16 Mar 2012 12:29:39 +0000 (20:29 +0800)]
ref #80. On P4 CPU with 32-bit Windows XP, Octave crashed with OpenBLAS. Walkaroud: Use netlib reference gemv instead of own funtions.

For example, make USE_NETLIB_GEMV=1

12 years agoSet shared library soname in Linux.
Xianyi Zhang [Wed, 14 Mar 2012 17:07:34 +0000 (01:07 +0800)]
Set shared library soname in Linux.

12 years agoExport CBLAS funtions on Windows DLL.
Xianyi Zhang [Wed, 14 Mar 2012 09:08:21 +0000 (17:08 +0800)]
Export CBLAS funtions on Windows DLL.

12 years agoRefs #74. Added -lgfortran into generating shared library.
Xianyi Zhang [Mon, 12 Mar 2012 10:20:37 +0000 (18:20 +0800)]
Refs #74. Added -lgfortran into generating shared library.

12 years agoCheck new LAPACK version in generating shared library.
Xianyi Zhang [Wed, 7 Mar 2012 15:14:25 +0000 (23:14 +0800)]
Check new LAPACK version in generating shared library.

12 years agoImproved the makefile for Intel compiler.
Xianyi Zhang [Mon, 20 Feb 2012 15:36:58 +0000 (23:36 +0800)]
Improved the makefile for Intel compiler.

12 years agoUpdated the Changelog. v0.1alpha2.5
Xianyi Zhang [Mon, 20 Feb 2012 01:06:43 +0000 (09:06 +0800)]
Updated the Changelog.

12 years agoMerge pull request #77 from nolta/master
Xianyi Zhang [Mon, 20 Feb 2012 00:44:35 +0000 (16:44 -0800)]
Merge pull request #77 from nolta/master

fix #49 the sched_yield warnings bug on Mac OS X.

12 years agofix #49
Mike Nolta [Sun, 19 Feb 2012 19:07:34 +0000 (14:07 -0500)]
fix #49

12 years agoMerge branch 'hotfix-0.1alpha2.5' into develop
Xianyi Zhang [Sun, 19 Feb 2012 15:11:06 +0000 (23:11 +0800)]
Merge branch 'hotfix-0.1alpha2.5' into develop

12 years agoMerge branch 'hotfix-0.1alpha2.5'
Xianyi Zhang [Sun, 19 Feb 2012 14:56:06 +0000 (22:56 +0800)]
Merge branch 'hotfix-0.1alpha2.5'

12 years agoReleased 0.1 alpha 2.5. Updated the documents.
Xianyi Zhang [Sun, 19 Feb 2012 14:55:31 +0000 (22:55 +0800)]
Released 0.1 alpha 2.5. Updated the documents.

12 years agoMerge branch 'develop' into hotfix-0.1alpha2.5
Xianyi Zhang [Sun, 19 Feb 2012 14:31:09 +0000 (22:31 +0800)]
Merge branch 'develop' into hotfix-0.1alpha2.5

12 years agorefs #69. Auto-detect Intel Core i6/i7 (Sandy Bridge) CPU with Nehalem assembly kernels.
Xianyi Zhang [Mon, 13 Feb 2012 11:20:35 +0000 (19:20 +0800)]
refs #69. Auto-detect Intel Core i6/i7 (Sandy Bridge) CPU with Nehalem assembly kernels.

12 years agoMerge branch 'master' into develop
Xianyi Zhang [Fri, 20 Jan 2012 13:32:13 +0000 (21:32 +0800)]
Merge branch 'master' into develop

12 years agoModify P Q R size of Loongson3b.
traz [Wed, 11 Jan 2012 16:05:39 +0000 (16:05 +0000)]
Modify P Q R size of Loongson3b.

12 years agoAppending gemmkernel and trmmkernel C code in kernel/generic, this code can be used...
Wang Qian [Tue, 10 Jan 2012 17:16:13 +0000 (17:16 +0000)]
Appending gemmkernel and trmmkernel C code in kernel/generic, this code can be used to execute on a new platform which dose not have optimized assemble kernel.

12 years agoMerge pull request #76 from StefanKarpinski/patch-1
Xianyi Zhang [Sun, 1 Jan 2012 13:57:25 +0000 (05:57 -0800)]
Merge pull request #76 from StefanKarpinski/patch-1

Fix #68: don't require SystemStubs on OS X. SystemStubs does not exist on Lion.

12 years agoFix #68: don't require SystemStubs on OS X.
Stefan Karpinski [Thu, 29 Dec 2011 04:53:20 +0000 (23:53 -0500)]
Fix #68: don't require SystemStubs on OS X.

12 years agoMerge remote branch 'origin/loongson3a' into loongson3b
traz [Tue, 6 Dec 2011 13:49:39 +0000 (13:49 +0000)]
Merge remote branch 'origin/loongson3a' into loongson3b

12 years agoAdding detection of complex situations in symm.c, otherwise the buffer address of...
traz [Mon, 5 Dec 2011 14:54:25 +0000 (14:54 +0000)]
Adding detection of complex situations in symm.c, otherwise the buffer address of sb will overlap the end of sa.

12 years agoAdding n32 multiple threads condition.
Wang Qian [Thu, 1 Dec 2011 16:33:11 +0000 (16:33 +0000)]
Adding n32 multiple threads condition.

12 years agoFixed a typo in Makefile.
Xianyi Zhang [Mon, 28 Nov 2011 07:31:46 +0000 (15:31 +0800)]
Fixed a typo in Makefile.

12 years agoMerge branch 'lapack_3.4.0' into develop
Xianyi Zhang [Mon, 28 Nov 2011 07:28:54 +0000 (15:28 +0800)]
Merge branch 'lapack_3.4.0' into develop