1391 Commits (e19bf3a28bf13d9c0e1306ba07c41aa167561579)
 

Author SHA1 Message Date
  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. 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. 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. 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. 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. 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. 11 years ago
  Hank Anderson 4662a0b13a Changed generate functions to iterate through a list of float types. 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. 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. 11 years ago
  Hank Anderson c94fe71278 Removed incoming-stack-boundary for MSVC. 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. 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. 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. 11 years ago
  Hank Anderson 7fa5c4e2fd Fixed some case issues with ARCH. 11 years ago