OpenBLAS/kernel
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).
2011-09-14 23:52:51 +08:00
..
alpha Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
generic Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
ia64 Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
mips64 Merge branch 'loongson3a' into release-v0.1alpha2 2011-06-21 17:50:00 +08:00
power Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
sparc Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
x86 Fixed #58 zdot SEGFAULT bug with GCC-4.6. Thank Mr. John for this patch. 2011-09-14 23:52:51 +08:00
x86_64 Fixed #33 ztrmm bug on Nehalem. 2011-06-07 12:53:25 +08:00
Makefile Refs #20. Fixed the installation bug with DYNAMIC_ARCH=1. 2011-06-21 17:39:08 +08:00
Makefile.L1 Fixed #28. Convert the result to double precision in the end of dsdot kernel. 2011-05-13 02:34:30 +08:00
Makefile.L2 Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
Makefile.L3 Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
Makefile.LA Support NO_LAPACK=1 to build the lib without LAPACK functions. 2011-03-04 11:51:32 +08:00
setparam-ref.c refs #55. Added DTB_ENTRIES into dynamic arch setting parameters. Now, it can read DTB_ENTRIES on runtime. 2011-09-05 17:37:07 +08:00