summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-21Merge branch 'loongson3a' into release-v0.1alpha2Xianyi Zhang10-10/+12561
2011-06-21Merge branch 'add_install_target' into developXianyi Zhang3-63/+78
2011-06-21Refs #20. Fixed the installation bug with DYNAMIC_ARCH=1.Xianyi Zhang3-63/+78
2011-06-20Merge branch 'add_install_target' into developXianyi Zhang5-0/+94
2011-06-20Refs #20. Updated the docs.Xianyi Zhang2-0/+6
2011-06-20Fixed #20. Added install target in makefile. You can use "make install PREFIX...Xianyi Zhang3-0/+87
2011-06-19Updated gitignore file.Xianyi Zhang1-0/+1
2011-06-19Merge branch 'master' of github.com:xianyi/OpenBLAS into developXianyi Zhang1-1/+1
2011-06-19Fixed #27. Temporarily walk around axpy's low performance issue with small im...Xianyi Zhang2-1/+6
2011-06-11Merge pull request #36 from pipping/masterXianyi Zhang1-1/+1
2011-06-11Make USE_OPENMP=0 disable openmpElias Pipping1-1/+1
2011-06-09Fixed #35 a build bug with NO_LAPACK=1 DYNAMIC_ARCH=1 FC=gfortran. I forgot t...Xianyi Zhang1-0/+8
2011-06-09Fixed #35 a build bug with NO_LAPACK=1 & DYNAMIC_ARCH=1.Xianyi Zhang4-1/+28
2011-06-09Print the wall time (cycles) with enabling FUNCTION_PROFILE.Xianyi Zhang3-4/+6
2011-06-07Fixed #33 ztrmm bug on Nehalem.Wang Qian2-2/+3
2011-06-03Fixed #32 a SEGFAULT bug with gcc-4.6. According to i386 calling convention, ...Xianyi2-0/+4
2011-05-30Fixed #31 Shared library placement on Mac. Thank Mr.Viral B. Shah for this pa...Xianyi Zhang1-1/+1
2011-05-28Fixed #30 strmm computational error on Loongson3A.traz2-50/+70
2011-05-27Fixed the makefile bug about openblas_set_num_threads.Xianyi Zhang1-0/+1
2011-05-27Fixed a bug about detecting underscore prefix in c_check.Xianyi Zhang2-1/+2
2011-05-27Ingnore *.obj files in git.Xianyi Zhang1-0/+4
2011-05-27Modify single precision compiler conditions, increasing single precision kern...traz3-4/+2584
2011-05-18Remove the useless code, modify code comments and format.traz1-552/+532
2011-05-17Fixed #28. Convert the result to double precision in MIPS64 dsdot_k kernel.Xianyi Zhang3-8/+16
2011-05-14Fixed #25 dtrmm and dtrsm computational error on Loongson3A.traz1-84/+133
2011-05-13Added missed testing codes for dsdot.Xianyi Zhang1-0/+50
2011-05-13Fixed #28. Convert the result to double precision in the end of dsdot kernel.Xianyi Zhang3-2/+7
2011-05-13Added the unit testcase for dsdot.Xianyi Zhang4-1/+9
2011-05-13Added the unit test for drotmg.Xianyi Zhang4-3/+66
2011-05-12Merge branch 'hotfix-readme_about_branches' into developXianyi Zhang1-0/+8
2011-05-12Merge branch 'hotfix-readme_about_branches'Xianyi Zhang1-0/+8
2011-05-12Added the spec of git branches about this project.Xianyi Zhang1-0/+8
2011-05-11Finish dtrsm_kernel_Rx.S on Loongson3A.traz2-0/+3810
2011-05-11Fixed #26 the wrong result of rotmg. Used fabs() instead of abs().Xianyi Zhang2-3/+10
2011-05-10Finish dtrsm_kernel_Lx.S on Loongson3A.traz2-0/+3721
2011-05-09Modify dtrsm compiler optionstraz2-0/+15
2011-05-09Fixed #24 drmm error on Loongson3Atraz1-19/+22
2011-05-06Added openblas_set_num_threads for Fortran.Xianyi Zhang3-1/+49
2011-05-04Fixed #23. Fixed a bug of f_check script about generating link flags.Xianyi Zhang2-0/+2
2011-05-03Fixed a bug when detecting Intel CPU.Xianyi Zhang1-16/+17
2011-05-03Fixed a build bug with NO_LAPACK=1 and SANNITY_CHECK=1.traits1-0/+3
2011-04-22Fixed #16. Print the user-friendly message when detecting CPU failed.Xianyi Zhang1-0/+3
2011-04-22Added docs for make TARGET=your_cpu_target.Xianyi Zhang2-1/+60
2011-04-22Fixed #19. Provided an error msg when the arch is not supported.Xianyi Zhang2-0/+13
2011-04-20Fixed #21. Added extern C to support C++. Thank Tasio for the patch.Xianyi Zhang3-0/+23
2011-04-17Completely dtrmm function.traz1-18/+522
2011-04-15Increased handling trmm part, no edge handling. Test size(M and N) must be a ...traz1-20/+268
2011-04-11Modify prefetching C.traz1-0/+1606
2011-04-11Adjust kc size from 112 to 116 .traz2-1633/+2
2011-04-11Changed default page size to 16KB on Loongson 3A.Xianyi Zhang1-0/+5