platform/upstream/openblas.git
14 years agoFixed #6. Disable multi-thread swap when incx==0 or incy==0.
Xianyi Zhang [Sun, 20 Feb 2011 09:14:38 +0000 (17:14 +0800)]
Fixed #6. Disable multi-thread swap when incx==0 or incy==0.

14 years agoAdded swap unit test with incx==0 and incy==0.
Xianyi Zhang [Sun, 20 Feb 2011 09:13:12 +0000 (17:13 +0800)]
Added swap unit test with incx==0 and incy==0.

14 years agoUpdated readme file.
Xianyi Zhang [Fri, 18 Feb 2011 16:18:17 +0000 (00:18 +0800)]
Updated readme file.

14 years agoFixed #5 Detected Intel Westmere (using Nehalem codes) in build and dynamic arch...
Xianyi Zhang [Fri, 18 Feb 2011 14:08:10 +0000 (22:08 +0800)]
Fixed #5 Detected Intel Westmere (using Nehalem codes) in build and dynamic arch build.
Thanks Cao He from Dawning supporting Intel Xeon 5660 testbed.

14 years agofixed #4 csrot & drot returned the wrong result when incx==incy==0 on i686 arch.
Xianyi [Thu, 17 Feb 2011 19:00:58 +0000 (03:00 +0800)]
fixed #4 csrot & drot returned the wrong result when incx==incy==0 on i686 arch.

14 years agoDisable quad and x precision objs in reference.
Xianyi [Thu, 17 Feb 2011 18:50:32 +0000 (02:50 +0800)]
Disable quad and x precision objs in reference.

14 years agoMerge branch 'x86' of github.com:xianyi/OpenBLAS into x86
Xianyi Zhang [Wed, 16 Feb 2011 15:41:15 +0000 (23:41 +0800)]
Merge branch 'x86' of github.com:xianyi/OpenBLAS into x86

14 years agofixed #4 csrot returned the wrong result when incx==incy==0.
Xianyi Zhang [Wed, 16 Feb 2011 15:39:43 +0000 (23:39 +0800)]
fixed #4 csrot returned the wrong result when incx==incy==0.

14 years agoAdded rot testcase when incx == incy ==1.
Xianyi Zhang [Wed, 16 Feb 2011 15:32:13 +0000 (23:32 +0800)]
Added rot testcase when incx == incy ==1.

14 years agofixed a bug in drot whe incx or incy equals to zero.
Xianyi Zhang [Tue, 15 Feb 2011 16:18:45 +0000 (00:18 +0800)]
fixed a bug in drot whe incx or incy equals to zero.

14 years agoMerge branch 'master' into x86
Xianyi Zhang [Wed, 16 Feb 2011 09:42:12 +0000 (17:42 +0800)]
Merge branch 'master' into x86

14 years agoUpdated gitignore.
Xianyi Zhang [Wed, 16 Feb 2011 09:37:48 +0000 (17:37 +0800)]
Updated gitignore.

14 years agoAdded utest frame using CUnit(http://cunit.sourceforge.net/).
Xianyi Zhang [Wed, 16 Feb 2011 09:33:06 +0000 (17:33 +0800)]
Added utest frame using CUnit(cunit.sourceforge.net/).

14 years agofixed a bug in drot whe incx or incy equals to zero.
Xianyi Zhang [Tue, 15 Feb 2011 16:18:45 +0000 (00:18 +0800)]
fixed a bug in drot whe incx or incy equals to zero.

14 years agoModified the unsupported instruction on Loongson3A. Closed #1 OpenBLAS could run...
Xianyi Zhang [Tue, 25 Jan 2011 09:34:47 +0000 (17:34 +0800)]
Modified the unsupported instruction on Loongson3A. Closed #1 OpenBLAS could run on Loongson3A now.

14 years agoUpdated readme for cross compiling.
Xianyi Zhang [Tue, 25 Jan 2011 08:52:36 +0000 (16:52 +0800)]
Updated readme for cross compiling.

14 years agofixed a typo.
Xianyi Zhang [Tue, 25 Jan 2011 07:55:56 +0000 (15:55 +0800)]
fixed a typo.

14 years agoAdded the configures of loongson 3a. refs #1
Xianyi Zhang [Mon, 24 Jan 2011 22:45:35 +0000 (22:45 +0000)]
Added the configures of loongson 3a. refs #1

14 years agoUpdated readme file.
Xianyi Zhang [Mon, 24 Jan 2011 20:03:04 +0000 (20:03 +0000)]
Updated readme file.

14 years agoAdded .gitignore files.
Xianyi Zhang [Mon, 24 Jan 2011 19:59:52 +0000 (19:59 +0000)]
Added .gitignore files.

14 years agoAdded mailing list.
Xianyi Zhang [Mon, 24 Jan 2011 19:59:15 +0000 (19:59 +0000)]
Added mailing list.

14 years agoUpdated readme file.
Xianyi Zhang [Mon, 24 Jan 2011 18:12:06 +0000 (18:12 +0000)]
Updated readme file.

14 years agoUsed the environment variable OPENBLAS_NUM_THREADS to set the number of threads in...
Xianyi Zhang [Mon, 24 Jan 2011 18:11:35 +0000 (18:11 +0000)]
Used the environment variable OPENBLAS_NUM_THREADS to set the number of threads in test.

14 years agochanged library name to openblas and modified environment variable.
Xianyi Zhang [Mon, 24 Jan 2011 17:58:05 +0000 (17:58 +0000)]
changed library name to openblas and modified environment variable.

14 years agoAdded OpenBLAS docs.
Xianyi Zhang [Mon, 24 Jan 2011 16:05:00 +0000 (16:05 +0000)]
Added OpenBLAS docs.

14 years agoFixed a bug when compiling dynamic ARCH x86 in GotoBLAS2.
Xianyi Zhang [Mon, 24 Jan 2011 16:04:17 +0000 (16:04 +0000)]
Fixed a bug when compiling dynamic ARCH x86 in GotoBLAS2.

14 years agorename documents in GotoBLAS.
Xianyi Zhang [Mon, 24 Jan 2011 15:57:23 +0000 (15:57 +0000)]
rename documents in GotoBLAS.

14 years agoImport GotoBLAS2 1.13 BSD version codes.
Xianyi Zhang [Mon, 24 Jan 2011 14:54:24 +0000 (14:54 +0000)]
Import GotoBLAS2 1.13 BSD version codes.