You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Changelog.txt 1.3 kB

1234567891011121314151617181920212223242526272829
  1. OpenBLAS ChangeLog
  2. ====================================================================
  3. Version 0.1 (in development)
  4. 26-Feb-2011
  5. common:
  6. * Support "make NO_LAPACK=1" to build the library without
  7. LAPACK functions.
  8. * Fixed randomly SEGFAULT when nodemask==NULL with above Linux 2.6.34.
  9. Thank Mr.Ei-ji Nakama providing this patch. (Refs issue #12 on github)
  10. * Added DEBUG=1 rule in Makefile.rule to build debug version.
  11. * Disable compiling quad precision in reference BLAS library(netlib BLAS).
  12. * Added unit testcases in utest/ subdir. Used CUnit framework.
  13. * Supported OPENBLAS_* & GOTO_* environment variables (Pleas see README)
  14. * Imported GotoBLAS2 1.13 BSD version
  15. x86/x86 64:
  16. * Modified ?axpy functions to return same netlib BLAS results
  17. when incx==0 or incy==0 (Refs issue #7 on github)
  18. * Modified ?swap functions to return same netlib BLAS results
  19. when incx==0 or incy==0 (Refs issue #6 on github)
  20. * Modified ?rot functions to return same netlib BLAS results
  21. when incx==0 or incy==0 (Refs issue #4 on github)
  22. * Detect Intel Westmere to use Nehalem codes.
  23. * Fixed a typo bug about compiling dynamic ARCH library.
  24. MIPS64:
  25. * Improve daxpy performance on ICT Loongson 3A.
  26. * Supported ICT Loongson 3A CPU (Refs issue #1 on github)
  27. ====================================================================

OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.