Martin Kroeker
ad124a5e8b
Merge pull request #1126 from martin-frbg/pgi
Fix compilation with PGI by replacing verbatim _real_, _imag_ extensions and updating macro definitions for modern, C99-capable versions of the PGI compiler
9 years ago
Martin Kroeker
211d2eceb5
Update zdot.c
9 years ago
Martin Kroeker
5813ed095b
Update zdot.c
9 years ago
Martin Kroeker
e44b028fe5
Replace gnu _real_, _imag_ extensions in initializers
9 years ago
Martin Kroeker
a6efabf155
Replace gnu _real_ , _imag_ extensions in initializers
9 years ago
Martin Kroeker
ea26b00c06
Fix CREAL,CIMAG macros for PGI
9 years ago
Martin Kroeker
12e476f7a2
Merge pull request #1124 from martin-frbg/c_check-ppc
Update c_check.cmake to label ppc64 as power ARCH
9 years ago
Martin Kroeker
8de40955ad
Update c_check.cmake
9 years ago
Martin Kroeker
9b24688eed
Merge pull request #1122 from martin-frbg/zlasyf
Fix misspelling of zlasyf_aa from previous commit
9 years ago
Martin Kroeker
43224f7273
Fix misspelling of zlasyf_aa from previous commit
9 years ago
Martin Kroeker
9254a701f3
Merge pull request #1121 from staticfloat/sf/Xsymv_export
Add `csymv` and `zsymv` into `@lapackobjs2` for exporting
9 years ago
Elliot Saba
26a614fdd1
Whitespace cleanup/reformatting
9 years ago
Elliot Saba
7ae64f4f9c
Add `csymv` and `zsymv` into `@lapackobjs2` for exporting
9 years ago
Martin Kroeker
4227049c7d
Merge pull request #1111 from martin-frbg/kaby-no-avx
Fix core detection for Kaby Lake without AVX (G4560)
9 years ago
Martin Kroeker
688267edf3
Fix core detection for Kaby Lake without AVX (G4560)
Should fix #1109 )
9 years ago
Martin Kroeker
d1fe040d9b
Merge pull request #1110 from quickwritereader/develop
Conventional usage of the register save area.
9 years ago
Abdurrauf
411982715c
conventional usage of the register save area
9 years ago
Abdurrauf
e831d6924e
changed to conventional register save area
9 years ago
Martin Kroeker
ffc1d6c468
Merge pull request #1108 from ashwinyes/develop_20170203_thunderx2t99
Optimized Implementations for ThunderX2T99
9 years ago
Ashwin Sekhar T K
a86474c6f7
THUNDERX2T99: Performance fix for ZGEMM
9 years ago
Ashwin Sekhar T K
67473d09dd
THUNDERX2T99: Bug Fixes in D/Z NRM2 and ZGEMM
9 years ago
Ashwin Sekhar T K
19ba133383
THUNDERX2T99: Add Optimized ZGEMM Implementation
9 years ago
Martin Kroeker
f09a9afa03
Merge pull request #1107 from quickwritereader/develop
ztrmm(zgemm) complex double precision kernel for ibm z13
9 years ago
Abdurrauf
0d96b0e2a7
Merge branch 'z13' into develop
9 years ago
Abdurrauf
848cb27b1e
ztrmm kernel.
9 years ago
Martin Kroeker
dc34a0da96
Merge pull request #915 from mdong/small_fix_for_icc
remove input from clobbered list
9 years ago
Ashwin Sekhar T K
a3935f0dfb
THUNDERX2T99: Add Optimized D/Z NRM2 Implementation
9 years ago
Martin Kroeker
47e9fe0bb4
Merge pull request #1105 from martin-frbg/testing-eig-typos
TESTING/EIG: fix spurious EXTERNAL references to nonexistent functions
9 years ago
Martin Kroeker
c7bc0ee823
Remove spurious names from EXTERNAL list
Remove unused (and nonexistent) functions ZHETRD_SY2SB and ZHETRD_SB2ST from comment and EXTERNAL declaration
9 years ago
Martin Kroeker
6bdee6d50a
Remove spurious names from EXTERNAL list
Remove unused (and nonexistent) ZHETRD_SY2SB and ZHETRD_SB2ST
9 years ago
Martin Kroeker
009c0d2e5a
Fix typo in EXTERNAL declaration
ZHBTRD_HB2ST should be ZHETRD_HB2ST
9 years ago
Martin Kroeker
4d88e1a4ad
Merge pull request #1104 from martin-frbg/lapack-comma
LAPACK: fix missing comma on continued lines
9 years ago
Martin Kroeker
0958b49811
Fix missing comma on continued line
EXTERNAL declaration of subroutines missed a comma before the continuation line,
causing a strange run-together name to appear in the object when compiled with ifort.
9 years ago
Martin Kroeker
09b240f1ef
Fix missing comma on continued line
EXTERNAL declaration of subroutines missed a comma before the continuation line,
causing a strange run-together name to appear in the object when compiled with ifort.
9 years ago
Martin Kroeker
69f4e8b86c
Fix missing comma on continued line
EXTERNAL declaration of subroutines missed a comma before the continuation line,
causing a strange run-together name to appear in the object when compiled with ifort.
9 years ago
Martin Kroeker
e072e68aa0
Fix missing comma in continued line
EXTERNAL declaration of subroutines missed a comma before the continuation line,
causing a strange run-together name to appear in the object when compiled with ifort.
9 years ago
Ashwin Sekhar T K
738628e9a8
ARM64: Remove unused code
9 years ago
Martin Kroeker
e527dbffaa
Merge pull request #1103 from vladimir-ch/fix-lapacke-ormbr
LAPACKE: fix wrong matrix size in ?ormbr
9 years ago
Vladimir Chalupecky
eeaee46e86
LAPACKE: fix wrong matrix size in ?ormbr
Changes made upstream in Reference LAPACK in
https://github.com/Reference-LAPACK/lapack/pull/128
9 years ago
Martin Kroeker
040672ecf6
Merge pull request #1098 from martin-frbg/amodra-power8
Power8 inline assembly fixes
9 years ago
Martin Kroeker
c8ce9e4377
Merge pull request #1101 from martin-frbg/martin-frbg-patch-1
LAPACKE: fix wrong number of columns in ?ormlq
9 years ago
Ashwin Sekhar T K
ab3ffab96a
THUNDERX2T99: Add Optimized C/Z DOT Implementation
9 years ago
Ashwin Sekhar T K
f036be9ce2
THUNDERX2T99: Add Optimized SDOT Implementation
9 years ago
Martin Kroeker
39eecfd20c
Merge pull request #1102 from brada4/develop
Correct Apollo Lake CPUID identification in dynamic_arch builds
9 years ago
Andrew
5088523786
detect apollo lake for real
9 years ago
Martin Kroeker
3f7720ec4b
LAPACKE: fix wrong number of columns in ?ormlq
Copied from lapack https://github.com/Reference-LAPACK/lapack/pull/127 by vladimir-ch (with earlier changes from echeresh's
PR 115 "lapacke_*ormlq_work: move declarations under if" there as they touched some of the same files)
9 years ago
Ashwin Sekhar T K
faba876fda
THUNDERX2T99: Bug fix in C/Z IAMAX
9 years ago
Ashwin Sekhar T K
172a62d73e
THUNDERX2T99: Add Optimized C/Z IAMAX Implementation
9 years ago
Martin Kroeker
e545a66a5b
Merge pull request #1091 from staticfloat/sf/corei5_7600k
CPUID mappings for Core i5-7600K (Kaby Lake)
9 years ago
Ashwin Sekhar T K
228c75a69c
THUNDERX2T99: Add parallel SCNRM2 Implementation
9 years ago