platform/upstream/openblas.git
2011-05-27 Xianyi ZhangFixed the makefile bug about openblas_set_num_threads.
2011-05-27 Xianyi ZhangFixed a bug about detecting underscore prefix in c_check.
2011-05-27 Xianyi ZhangIngnore *.obj files in git.
2011-05-17 Xianyi ZhangFixed #28. Convert the result to double precision in...
2011-05-12 Xianyi ZhangAdded missed testing codes for dsdot.
2011-05-12 Xianyi ZhangFixed #28. Convert the result to double precision in...
2011-05-12 Xianyi ZhangAdded the unit testcase for dsdot.
2011-05-12 Xianyi ZhangAdded the unit test for drotmg.
2011-05-12 Xianyi ZhangMerge branch 'hotfix-readme_about_branches' into develop
2011-05-12 Xianyi ZhangAdded the spec of git branches about this project.
2011-05-10 Xianyi ZhangFixed #26 the wrong result of rotmg. Used fabs() instea...
2011-05-06 Xianyi ZhangAdded openblas_set_num_threads for Fortran.
2011-05-04 Xianyi ZhangFixed #23. Fixed a bug of f_check script about generati...
2011-05-03 Xianyi ZhangFixed a bug when detecting Intel CPU.
2011-05-03 traitsFixed a build bug with NO_LAPACK=1 and SANNITY_CHECK=1.
2011-04-22 Xianyi ZhangFixed #16. Print the user-friendly message when detecti...
2011-04-22 Xianyi ZhangAdded docs for make TARGET=your_cpu_target.
2011-04-22 Xianyi ZhangFixed #19. Provided an error msg when the arch is not...
2011-04-20 Xianyi ZhangFixed #21. Added extern C to support C++. Thank Tasio...
2011-04-07 Xianyi ZhangSupported goto_set_num_threads & openblas_set_num_threa...
2011-04-07 Xianyi ZhangFixed #14 the SEGFAULT bug on 64 cores. On SMP server...
2011-04-07 Xianyi ZhangFixed #13. Fixed blasint undefined bug in <cblas.h...
2011-04-07 Xianyi ZhangUpdated the developing version to v0.1 alpha2.
2011-04-07 Xianyi ZhangInit Changelog file for next release version(v0.1alpha2).
2011-03-28 Xianyi ZhangFixed #14 the SEGFAULT bug on 64 cores. On SMP server...
2011-03-24 Xianyi ZhangFixed #13. Fixed blasint undefined bug in <cblas.h...
2011-03-22 Xianyi ZhangMerge branch 'master' of github.com:xianyi/OpenBLAS...
2011-03-22 Xianyi ZhangFixed the detecting bug on Intel Core i5. Thank ggl329... v0.1alpha1
2011-03-20 Xianyi ZhangUpdated the developing version to v0.1 alpha2.
2011-03-20 Xianyi ZhangInit Changelog file for next release version(v0.1alpha2).
2011-03-20 Xianyi ZhangOpenBLAS 0.1 alpha version 1.
2011-03-20 Xianyi ZhangMerge remote branch 'origin/loongson3a' into x86
2011-03-20 Xianyi ZhangMerge remote branch 'origin/loongson3a' into x86
2011-03-20 Xianyi ZhangDetect Intel Core Clarkdale & Arrandale
2011-03-18 Xianyi ZhangFixed the bug about Loongson3A gsLQC1 & gsSQC1 instruct...
2011-03-18 Xianyi ZhangMerge branch 'loongson3a' of github.com:xianyi/OpenBLAS...
2011-03-18 Xianyi ZhangSupported detecting new kernel(2.6.36) & new Loongson3A...
2011-03-07 Wang QianModified the default kernel makefile in MIPS64 arch.
2011-03-05 Xianyi ZhangSupport unalign address in daxpy on loongson3a simd..
2011-03-04 Xianyi ZhangUnroll to 16 in daxpy on loongson3a.
2011-03-04 Xianyi ZhangMerge commit 'origin/x86' into loongson3a
2011-03-04 Xianyi ZhangMerge branch 'x86' of github.com:xianyi/OpenBLAS into x86
2011-03-04 Xianyi ZhangSupport NO_LAPACK=1 to build the lib without LAPACK...
2011-03-02 XianyiChanged movlps macro name in capital in x86/zdot_sse2...
2011-03-02 XianyiOn x86 32bits, gcc 4.4.3 generated wrong codes (movsd...
2011-03-02 Xianyi ZhangAdded zdotu with x & y offset=1 test case.
2011-03-02 Xianyi ZhangMerge remote branch 'origin/x86' into loongson3a
2011-03-02 Xianyi Zhangupdated the changelog.
2011-03-02 Xianyi ZhangFixed randomly SEGFAULT when nodemask==NULL with above...
2011-02-26 Xianyi ZhangAdded Changelog. Fixed #11.
2011-02-26 Xianyi ZhangEnable Debug flags in memory alloc and init functions.
2011-02-26 Xianyi ZhangAdded DEBUG option in Makefile.rule. Fixed DEBUG typo...
2011-02-24 Xianyi ZhangMerge branch 'x86' of github.com:xianyi/OpenBLAS into x86
2011-02-24 Xianyi ZhangFixed #10. Supported GOTO_NUM_THREADS & GOTO_THREADS_TI...
2011-02-23 XianyiFixed #7. Modified axpy kernel codes to avoid unloop...
2011-02-22 Xianyi ZhangAdded unit test case (zdotu, N=1).
2011-02-22 Xianyi ZhangSupported building debug version.
2011-02-20 Xianyi ZhangImproved the quality of codes in unit test.
2011-02-20 Xianyi ZhangFixed #7. 1)Disable the multi-thread and 2) Modified...
2011-02-20 Xianyi Zhang Added axpy unit test with incx==0 and incy==0.
2011-02-20 Xianyi ZhangFixed #6. Disable multi-thread swap when incx==0 or...
2011-02-20 Xianyi ZhangAdded swap unit test with incx==0 and incy==0.
2011-02-18 Xianyi ZhangUpdated readme file.
2011-02-18 Xianyi ZhangFixed #5 Detected Intel Westmere (using Nehalem codes...
2011-02-17 Xianyifixed #4 csrot & drot returned the wrong result when...
2011-02-17 XianyiDisable quad and x precision objs in reference.
2011-02-16 Xianyi ZhangMerge branch 'master' into loongson3a
2011-02-16 Xianyi ZhangMerge branch 'x86' of github.com:xianyi/OpenBLAS into x86
2011-02-16 Xianyi Zhangfixed #4 csrot returned the wrong result when incx...
2011-02-16 Xianyi ZhangAdded rot testcase when incx == incy ==1.
2011-02-16 Xianyi Zhangfixed a bug in drot whe incx or incy equals to zero.
2011-02-16 Xianyi ZhangMerge branch 'master' into x86
2011-02-16 Xianyi ZhangUpdated gitignore.
2011-02-16 Xianyi ZhangAdded utest frame using CUnit(cunit.sourceforge.net/).
2011-02-15 Xianyi Zhangfixed a bug in drot whe incx or incy equals to zero.
2011-01-28 Xianyi ZhangDid the experiment with Loongson 3A 128bit load & store...
2011-01-28 Xianyi Zhangchanged prefetch order.
2011-01-28 Xianyi Zhangload x & y contiguously in axpy.
2011-01-27 Xianyi ZhangModified aligned size. Added additional prefetch instru...
2011-01-26 Xianyi Zhangadded axpy kernel with prefetch for Loongson3A. To...
2011-01-25 Xianyi ZhangModified the unsupported instruction on Loongson3A...
2011-01-25 Xianyi ZhangUpdated readme for cross compiling.
2011-01-25 Xianyi Zhangfixed a typo.
2011-01-24 Xianyi ZhangAdded the configures of loongson 3a. refs #1
2011-01-24 Xianyi ZhangUpdated readme file.
2011-01-24 Xianyi ZhangAdded .gitignore files.
2011-01-24 Xianyi ZhangAdded mailing list.
2011-01-24 Xianyi ZhangUpdated readme file.
2011-01-24 Xianyi ZhangUsed the environment variable OPENBLAS_NUM_THREADS...
2011-01-24 Xianyi Zhangchanged library name to openblas and modified environme...
2011-01-24 Xianyi ZhangAdded OpenBLAS docs.
2011-01-24 Xianyi ZhangFixed a bug when compiling dynamic ARCH x86 in GotoBLAS2.
2011-01-24 Xianyi Zhangrename documents in GotoBLAS.
2011-01-24 Xianyi ZhangImport GotoBLAS2 1.13 BSD version codes.