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
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
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
Hank Anderson
a0d9a7fd83
Changed _Complex types in common_level1.h to use the typedef.
11 years ago
Hank Anderson
5d3fc092e9
Added MSVC defines to common.h.
Don't have unistd.h in MSVC.
Chagned YIELDING to use the YeildProcessor macro.
11 years ago
Hank Anderson
c94fe71278
Removed incoming-stack-boundary for MSVC.
Made float type optional for GenerateNamedObjects.
Called GenerateNamedObjects for a couple of driver/others files that
needed NAME/CNAME set.
11 years ago
Hank Anderson
d60b49e5c5
Turned off uninizialized variable warning when compiling lapack-netlib.
11 years ago
Hank Anderson
64b5a0ef84
Added AUX files from lapack-netlib.
11 years ago
Hank Anderson
162791e30e
Added common objects from kernel Makefile.
11 years ago
Hank Anderson
8743093bd7
Added aux files from lapack-netlib.
11 years ago
Hank Anderson
96cf6779ca
Added DLA sources from lapack-netlib.
Can't use the lapack-netlib cmake files, since they are designed to
build a complete lapack/blas library. They have their own fortran
detection and flag setup and so on. Instead I'll just recreate the
makefiles I need.
Fixed a typo in the NAME defines.
11 years ago
Hank Anderson
3b20b62423
Fixed trti2 name.
11 years ago
Hank Anderson
6ddbfea700
Added generic laswp object.
11 years ago
Hank Anderson
c0624a26be
Fixed some dgemm_copy function names.
11 years ago
Hank Anderson
4bfaf1ce66
Removed some list appends I missed.
11 years ago
Hank Anderson
e8c39138c6
Removed return value from GenerateNamedObjects.
It sets DBLAS_OBJS directly to save a bunch of list appending in the
CMakeLists.txt files.
11 years ago
Hank Anderson
f992799226
Added the rest of Makefile.L3.
11 years ago
Hank Anderson
4c65afcce1
Changed kernel filenames to vars. These will need to be read from KERNEL.
Added some kernel/L3 objects.
11 years ago
Hank Anderson
7fa5c4e2fd
Fixed some case issues with ARCH.
Added some kernel and driver/others objects.
11 years ago