75 Commits (integer_datatype)

Author SHA1 Message Date
  Zhang Xianyi e127fb8fd8 1) Refs #575. Remove g77 from compiler list. 10 years ago
  Zhang Xianyi 75c40bcc48 Refs #520. Fixed ONLY_CBLAS=1 compiling bug on OSX. 11 years ago
  Martin Koehler 39cc6b21d3 Add ATLAS-style ?geadd function 11 years ago
  Erik Schnetter 65a847cd36 Introduce openblas_get_num_threads and openblas_get_num_procs 11 years ago
  Tony Kelman 0b4602b753 add SYMBOLPREFIX and SYMBOLSUFFIX makefile options 11 years ago
  wernsaar 7f234f8ed1 added GEMM3M tests 11 years ago
  wernsaar d49fd33885 disabled SYMM3M and HEMM3M functions because segment violations 11 years ago
  wernsaar 7aae4a62e7 enabled use of GEMM3M functions 11 years ago
  Martin Koehler a057e5434d add CBLAS interface for s/d/c/zimatcopy 11 years ago
  Martin Köhler 7794766d3c Add cblas_(s/d/c/z)omatcopy in order to have cblas interface for them. 11 years ago
  Zhang Xianyi 552119c484 Fixed #407. Support outputing the CPU corename on runtime. 11 years ago
  wernsaar be94db096c disabled *3M functions for x86_64 platforms 11 years ago
  Zhang Xianyi 7a8949e0ce Merge branch 'develop' of https://github.com/TimothyGu/OpenBLAS into TimothyGu-develop 11 years ago
  Timothy Gu 8615d6ec87 Build import libs as .dll.a instead of .lib 11 years ago
  Timothy Gu 6c2ead30f0 Remove all trailing whitespace except lapack-netlib 11 years ago
  David Anthoff c6361d63c2 Add -lgfortran flag to gcc call in a makefile 11 years ago
  wernsaar faf3ac0aad Ref #285: added axpby kernels 11 years ago
  Zhang Xianyi a40116de25 Fixed generating DLL bug. 11 years ago
  Zhang Xianyi b31ec99372 Fixed #374. 11 years ago
  wernsaar 219bcb119d added lapack and lapacke timing libs by default 11 years ago
  Timothy Gu a8d4d1c4d3 Build import library for mingw 11 years ago
  Timothy Gu f331cb1a76 Remove code for downloading lapack tarball and the patches themselves 11 years ago
  Timothy Gu 9ed981c5dc Remove unused dll2 target 11 years ago
  Timothy Gu b6d904838e Remove routines for generating exports/symbol.S 11 years ago
  Timothy Gu 5379eff022 Remove routines for making exports/linux.def 11 years ago
  Zhang Xianyi 0f6e79f918 Refs #324. Upgrade LAPACK to 3.5.0 version. 12 years ago
  Keno Fischer f5a0038bad Use FC instead of CC to link the dynamic library on OS X 12 years ago
  Zhang Xianyi c937090121 Added gfortran dependency for LSB/lsbcc. 12 years ago
  yieldthought ce5626a384 Remove -Wl,--retain-symbols-file from dynamic library linking to fix tool support 12 years ago
  Zhang Xianyi c92ae012a6 Refs #279. Provide ONLY_CBLAS flag. If you only need CBLAS without 12 years ago
  Zhang Xianyi 36adfe8d64 Merge branch 'hotfix-v0.2.8' into develop 12 years ago
  Zhang Xianyi a07cc39571 Refs #266. Fixed the compiling bug with Open64 5.0. 12 years ago
  Zhang Xianyi 1e1250b703 Fixed #260. Fixed generating 32-bit shared library on previous commit. 12 years ago
  Sebastien Fabbro 9f0fb6e662 Respect user's LDFLAGS 12 years ago
  Zhang Xianyi 63f14189e3 Refs #259. Fixed missing LAPACK functions in shared library. 12 years ago
  Zhang Xianyi c69e73b868 Fixed typo in generating shared library on x86_64. 12 years ago
  Zhang Xianyi 5448643557 Fixed generating dll bug in last commit. 12 years ago
  grisuthedragon c19a488af2 create openblas_get_parallel to retrieve information which 12 years ago
  Zhang Xianyi 6df39ad9e7 Refs #248. Support LAPACK and LAPACKE with lsbcc. 12 years ago
  Zhang Xianyi a068d54981 Refs #209. Export the missing cblas_cdotc_sub functions. 13 years ago
  Zhang Xianyi 529f1b5006 Refs#194. Export the missing LAPACK s/dlamc3 functions. 13 years ago
  Zhang Xianyi bdf8d9411e Refs #163. Obtain the build configure on runtime. 13 years ago
  Zhang Xianyi 7110d17146 Added -lgomp for generating DLL on Windows. 13 years ago
  Zhang Xianyi dcfb69c2b5 Merge branch 'master' of https://github.com/alnsn/OpenBLAS into develop 13 years ago
  Alexander Nasonov e85549ee11 Fix NetBSD build. 13 years ago
  Zaheer Chothia ca4136cf41 Fixed #147: LAPACK symbols were not being exported for version 3.4.2 13 years ago
  Zaheer Chothia e8306f623a Refs #127. Generate DLL without a version suffix on Windows. 13 years ago
  Zhang Xianyi 4a5d08d0cf Refs #123. Fixed exporting DLL functions bug on Windows 13 years ago
  Xianyi Zhang 853d16ed7e Added openblas_set_num_threads dummy function on Windows. We plan to implement this feature in next version. 13 years ago
  Zhang Xianyi 422359d09a Export openblas_set_num_threads in shared library. 13 years ago