1468 Commits (de139337b8bcb1c76cd157afd4d5fd035a76efdf)

Author SHA1 Message Date
  Xianyi Zhang 5444a3f8f7 Unroll to 16 in daxpy on loongson3a. 14 years ago
  Xianyi Zhang 88cbfcc5b5 Merge commit 'origin/x86' into loongson3a 14 years ago
  Xianyi Zhang ce78abe37e Merge branch 'x86' of github.com:xianyi/OpenBLAS into x86 14 years ago
  Xianyi Zhang 8f1090d32a Support NO_LAPACK=1 to build the lib without LAPACK functions. 14 years ago
  Xianyi 272f62a2b6 Changed movlps macro name in capital in x86/zdot_sse2.S file. 14 years ago
  Xianyi 36016fe349 On x86 32bits, gcc 4.4.3 generated wrong codes (movsd) from movlps in zdot_sse2.S line 191. 14 years ago
  Xianyi Zhang 6eb02bbb9c Merge remote branch 'origin/x86' into loongson3a 14 years ago
  Xianyi 12214e1d0f Fixed #7. Modified axpy kernel codes to avoid unloop with incx==0 or incy==0 in x86 32bits arch. 14 years ago
  Xianyi Zhang 0cfd29a819 Fixed #7. 1)Disable the multi-thread and 2) Modified kernel codes to avoid unloop in axpy function when incx==0 or incy==0. 14 years ago
  Xianyi bfaa80c316 fixed #4 csrot & drot returned the wrong result when incx==incy==0 on i686 arch. 14 years ago
  Xianyi Zhang c5852d4e30 fixed #4 csrot returned the wrong result when incx==incy==0. 14 years ago
  Xianyi Zhang 84ba64e65b fixed a bug in drot whe incx or incy equals to zero. 14 years ago
  Xianyi Zhang 1e671b49f3 Did the experiment with Loongson 3A 128bit load & store instruction. 14 years ago
  Xianyi Zhang 77b7020d69 changed prefetch order. 14 years ago
  Xianyi Zhang e003b811ab load x & y contiguously in axpy. 14 years ago
  Xianyi Zhang ebe2da8474 Modified aligned size. Added additional prefetch instruction because of cache line is 32 bytes in Loongson 3A. 14 years ago
  Xianyi Zhang c0b5992fab added axpy kernel with prefetch for Loongson3A. To-Do: tuning prefetch distance & instruction order. 14 years ago
  Xianyi Zhang 342bbc3871 Import GotoBLAS2 1.13 BSD version codes. 14 years ago