Zhang Xianyi
d0c51c4de9
Merge branch 'develop'
11 years ago
Zhang Xianyi
a3491e1e88
Update the doc for 0.2.14.
11 years ago
Zhang Xianyi
e81a5d61e4
Merge branch 'develop' of github.com:xianyi/OpenBLAS into develop
11 years ago
Zhang Xianyi
c674fa32be
Add ARM targets.
11 years ago
Zhang Xianyi
e34911a73d
Fix compiling bug for ARM with setting BINARY.
11 years ago
Zhang Xianyi
76dcaf2281
Merge pull request #521 from maxlevesque/patch-1
Correct typo /proc/ instead of /pros/
11 years ago
Maximilien Levesque
770fac92eb
Correct typo /proc/ instead of /pros/
11 years ago
Zhang Xianyi
e95d64333a
Refs #519 . Avoid calling strncpy.
11 years ago
Zhang Xianyi
75c40bcc48
Refs #520 . Fixed ONLY_CBLAS=1 compiling bug on OSX.
11 years ago
Zhang Xianyi
b62f9f4120
Merge pull request #518 from ton/issue-508
Fix issue #508
11 years ago
Ton van den Heuvel
b6438dedea
Fix issue #508
Fix race condition during shutdown causing a crash in
gotoblas_set_affinity().
11 years ago
Hank Anderson
1d183dcda8
Added lapacke sources.
11 years ago
Zhang Xianyi
cdefdb21cd
Refs #492 . Fixed c/zsyr bug with negative incx.
11 years ago
Hank Anderson
e19bf3a28b
Removed MSVC cpuid func when using clang.
11 years ago
Hank Anderson
3649cfbd7b
Fixed EPILOGUE for clang.
11 years ago
Hank Anderson
5ae8993752
Added intrinsics for MSVC.
11 years ago
Hank Anderson
84d90d6ed8
Fixed some compiler errors/warnings for clang.
11 years ago
Hank Anderson
518e2424a8
Fixed bad filename for cpuid.S compile.
11 years ago
Zhang Xianyi
ea7f9dacf4
Refs #509 . Fixed geadd building bug with DYNAMIC_ARCH=1.
11 years ago
Zhang Xianyi
bf5dbb7e2a
Refs#509. Merge branch 'grisuthedragon-develop' into develop
11 years ago
Hank Anderson
00e373aea6
Added LAPACK sources directly to add_library call instead of OBJECT.
11 years ago
Hank Anderson
9eaea02f33
Added additional gemm defines for complex types.
11 years ago
Hank Anderson
ab7043373f
Fixed bug generating trmv complex source names.
11 years ago
Hank Anderson
504cdb10ed
Added check for MSVC before enabling fortran.
Currently forcing gfortran, instead of assuming ifort.
11 years ago
Hank Anderson
a8002b0c5f
Separated getarch ASM file when using MSVC.
11 years ago
Hank Anderson
0553476fba
Added TRANS defines for complex sources in lapack.
11 years ago
Hank Anderson
2416d9dbac
Fixed TRANSA defines for complex sources in driver/level2.
11 years ago
Hank Anderson
0d8e227ea7
Changed strategy for setting preprocessor definitions.
Instead of generating separate object files for each permutation of
defines for a source file, GenerateNamedObjects now writes an entirely
new source file and inserts the defines as #define c statements.
This solves a problem I ran into with ar.exe where it was refusing to
link objects that had the same filename despite having different paths.
11 years ago
Hank Anderson
12d1fb2e40
Fixed incorrect object name in kernel CMakeLists.txt
11 years ago
Hank Anderson
1b7f427401
Added conj gemv objects for complex build.
11 years ago
Hank Anderson
b2284647a3
More complex objects.
11 years ago
Hank Anderson
a6116e5859
Added some more complex-only objects.
11 years ago
Hank Anderson
fb5d5bb971
Added defines for complex trmv.
11 years ago
Hank Anderson
371071d461
Added CONJ defines for trmm/trsm.
11 years ago
Hank Anderson
8a143516e3
Added alternate_name to a couple of the name mangling schemes.
Added zherk_k sources to driver/level3.
11 years ago
Hank Anderson
e5897ecb9b
Added zherk_kernel.c objects to driver/level3.
11 years ago
Hank Anderson
714638c187
Added some TRMM objects for complex types.
11 years ago
Hank Anderson
e27c372e53
Fixed reuse of float_char from parent loop.
Fixed in/it/on/otcopy names.
11 years ago
Hank Anderson
f3f2b3d768
Added complex and single netlib-lapack fortran sources to lapack.cmake.
11 years ago
Hank Anderson
9492298048
Added other float types to Makefile.L3.
11 years ago
Hank Anderson
43725b82c5
ParseMakefileVars now replaces Makefile vars with CMake vars.
11 years ago
Hank Anderson
14fd3d35de
Added checks for missing defines in kernel.
11 years ago
Hank Anderson
cebc07cebd
ParseMakefileVars now recursively parses included makefiles.
11 years ago
Hank Anderson
33c5e8db7f
Added a helper function for setting the L1 kernel defaults.
Added loop to build objects with different KERNEL defines.
11 years ago
Hank Anderson
67e39bd8fb
Added mangled complex filenames to interface and lapack CMakeLists.txt.
11 years ago
Hank Anderson
9eb1499095
Added another param to GenerateNamedObjects to mangle complex source names.
There are a lot of sources for complex float types that are the same
names as the real sources, except with z prepended.
11 years ago
Martin Koehler
39cc6b21d3
Add ATLAS-style ?geadd function
11 years ago
Hank Anderson
4662a0b13a
Changed generate functions to iterate through a list of float types.
This will generate obj files for SINGLE/DOUBLE/COMPLEX/DOUBLE COMPLEX.
11 years ago
Hank Anderson
e74462a3f5
Moved declarations to start of functions to satisfy MSVC C89 implementation.
11 years ago
Hank Anderson
056ba26755
Changed a number of inline calls to use __inline.
MSVC doesn't inmplement C99, so can't use the inline keyword. __inline
appears to work in MSVC and GCC.
11 years ago