Xianyi
bcc7956216
Refs #57 . Continue to fix absolute path issue about shared library on Mac OSX.
Used $(CURDIR) instead of pwd in generating shared library on Mac OSX.
Add more tips about this issue. Thank Dr Kane O'Donnell.
14 years ago
Xianyi
821cbb2995
Updated the document for 0.1 alpha 2.4.
14 years ago
Xianyi
74fa790354
Merge branch 'develop' into hotfix-0.1alpha2.4
14 years ago
Xianyi
756477bfe3
Output the installation tip after building complete.
14 years ago
Xianyi
864c68ffc5
Bump the version number.
14 years ago
Xianyi
68cae521df
Refs #57 . The bug about absolute path of shared library on Mac OSX.
OSX cann't use relative path in shared library. Thank Mr.Kane for this patch. The detail is in this link (https://github.com/xianyi/OpenBLAS/issues/57 ).
14 years ago
Xianyi
d0152ec8ca
Fixed #61 a building bug about setting TARGET and DYNAMIC_ARCH at the same time.
14 years ago
Zhang Xiianyi
7b410b7f0e
Fixed #58 zdot SEGFAULT bug with GCC-4.6. Thank Mr. John for this patch.
In i386 calling convention, the caller put the address of return value of zdot into the first hidden parameter.
Thus, the callee should delete this address before return.
Actually, I have fixed the same bug on x86/zdot_sse2.S (issue #32 ). However, that is not a good implementation which uses 3 instructions. Mr. John told me used "ret $0x4" to skip the first hidden address (4 bytes).
14 years ago
traits
260db9fb9e
Merge branch 'hotfix-0.1alpha2.3' into develop
14 years ago
traits
e27b761d7c
Merge branch 'hotfix-0.1alpha2.3'
14 years ago
traits
b1fe26c45a
refs #55 . Changed DTB_ENTRIES to DTB_DEFAULT_ENTRIES in x86 gemv_n kernel codes.
14 years ago
traits
90481ce742
Updated the doc about 0.1alpha2.3.
14 years ago
traits
9fc6764fa7
refs #55 . Added DTB_ENTRIES into dynamic arch setting parameters. Now, it can read DTB_ENTRIES on runtime.
14 years ago
Xianyi Zhang
b9d89f8aaa
Fixed the bug about installation. f77blas.h works OK now.
14 years ago
traits
19d2ab4853
Merge branch 'hotfix-0.1alpha2.2' into develop
15 years ago
traits
12d77deeee
Merge branch 'hotfix-0.1alpha2.2'
15 years ago
traits
043927c7db
Update the documents for 0.1alpha2.2 version.
15 years ago
traits
30947ea2d5
Fixed #44 a makefile bug when DYNAMIC_ARCH=1 and INTERFACE64=1.
15 years ago
traits
a5300420e2
Merge branch 'hotfix-0.1alpha2.1' into develop
15 years ago
traits
9b46bf1eb4
Merge branch 'hotfix-0.1alpha2.1'
15 years ago
traits
c06b7be32f
Refs #42 . Output the error message when detecting fortran compiler failed.
15 years ago
Xianyi Zhang
ca8bf5abb0
Merge branch 'release-v0.1alpha2' into develop
15 years ago
traits
4a73f5c5ea
Merge branch 'release-v0.1alpha2'
15 years ago
traits
6a0762949d
Fixed #38 . Released v0.1 alpha2.
15 years ago
traits
859b71645a
Refs #37 . Updated REAME about the compatible issue with EKOPath compiler.
15 years ago
Xianyi Zhang
078bfd0b4f
Refs #39 . Moved the shared lib (dll) to top directory in MingW64 compiler environment.
15 years ago
Xianyi Zhang
82f5274828
Refs #39 . It's unnecessary to include sys/mman.h file in blas_server_omp.c.
15 years ago
Xianyi Zhang
e568df0dae
Refs #38 . Prepare the docs with v0.1alpha2.
15 years ago
Xianyi Zhang
c4efde7713
Merge branch 'loongson3a' into release-v0.1alpha2
15 years ago
Xianyi Zhang
7a1e6202e1
Merge branch 'add_install_target' into develop
15 years ago
Xianyi Zhang
32353a9d30
Refs #20 . Fixed the installation bug with DYNAMIC_ARCH=1.
15 years ago
Xianyi Zhang
2e6e9272fe
Merge branch 'add_install_target' into develop
Conflicts:
Changelog.txt
15 years ago
Xianyi Zhang
d978436c4b
Refs #20 . Updated the docs.
15 years ago
Xianyi Zhang
fab36f1adb
Fixed #20 . Added install target in makefile. You can use "make install PREFIX=your_installation_directory".
15 years ago
Xianyi Zhang
7945919f22
Updated gitignore file.
15 years ago
Xianyi Zhang
c642b61d4d
Merge branch 'master' of github.com:xianyi/OpenBLAS into develop
15 years ago
Xianyi Zhang
aeed8d6225
Fixed #27 . Temporarily walk around axpy's low performance issue with small imput size & multithreads.
15 years ago
Xianyi Zhang
1a4181afd0
Merge pull request #36 from pipping/master
Fixed the bug about USE_OPENMP=0 enabling OpenMP
15 years ago
Elias Pipping
49742cb2d3
Make USE_OPENMP=0 disable openmp
15 years ago
Xianyi Zhang
b3d1887745
Fixed #35 a build bug with NO_LAPACK=1 DYNAMIC_ARCH=1 FC=gfortran. I forgot to test it with gfortran in last bug fixed commit.
15 years ago
Xianyi Zhang
8d50a9fd1a
Fixed #35 a build bug with NO_LAPACK=1 & DYNAMIC_ARCH=1.
15 years ago
Xianyi Zhang
1496383224
Print the wall time (cycles) with enabling FUNCTION_PROFILE.
15 years ago
Wang Qian
4335bca2f7
Fixed #33 ztrmm bug on Nehalem.
15 years ago
Xianyi
31040e4d80
Fixed #32 a SEGFAULT bug with gcc-4.6. According to i386 calling convention, The called funtion should remove the hidden return value address from the stack.
15 years ago
Xianyi Zhang
3d7e62eb8b
Fixed #31 Shared library placement on Mac. Thank Mr.Viral B. Shah for this patch.
15 years ago
traz
88d94d0ec8
Fixed #30 strmm computational error on Loongson3A.
15 years ago
Xianyi Zhang
af40551c9f
Fixed the makefile bug about openblas_set_num_threads.
15 years ago
Xianyi Zhang
c30c22a76c
Fixed a bug about detecting underscore prefix in c_check.
15 years ago
Xianyi Zhang
cc09e6ef3a
Ingnore *.obj files in git.
15 years ago
traz
fc84909115
Modify single precision compiler conditions, increasing single precision kernel code on Loongson3a.
15 years ago