platform/upstream/openblas.git
2019-10-08 Martin KroekerUpdate common_arm64.h
2019-10-08 Martin KroekerMerge pull request #11 from xianyi/develop
2019-10-08 Martin KroekerFix accidental duplication of jump instruction
2019-10-06 Martin KroekerMerge pull request #2277 from martin-frbg/issue2275
2019-10-06 Martin KroekerMerge pull request #2276 from xianyi/revert-2272-thread...
2019-10-05 Martin KroekerMove 32bit OSX build back to xcode 8.3 but switch to...
2019-10-04 Martin KroekerMake local labels in macro compatible with the xcode...
2019-10-04 Martin KroekerRewrite ARM64 PROLOGUE to make it compatible with xcode/ios
2019-10-02 Martin KroekerUpdate 32bit macOS again to xcode 9.3
2019-10-02 Martin KroekerUpdate the OSX BINARY=32 test to xcode9.2
2019-10-01 Martin KroekerRevert "Avoid taking root of negative number in symv_th...
2019-09-30 Martin KroekerMerge pull request #2272 from seberg/thread-sqrt-of...
2019-09-30 Sebastian BergAvoid taking root of negative number in symv_thread.c
2019-09-29 Martin KroekerMerge pull request #2271 from quickwritereader/strmm_fix
2019-09-29 AbdelRauftrmm fix
2019-09-27 Martin KroekerMerge pull request #2269 from martin-frbg/ppc-fixes
2019-09-26 Martin KroekerFix prologue of power9 assembly cdot(c) kernel to provi...
2019-09-26 Martin KroekerFix mis-edits in the gcc-derived power8 caxpy kernel
2019-09-26 Martin KroekerMerge pull request #7 from xianyi/develop
2019-09-25 Martin KroekerCount cpu cores on ARMV8 and use that to pick the GEMM_...
2019-09-22 Martin KroekerReplace several POWER8/9 C kernels with their gcc7...
2019-09-20 Martin KroekerRestore ppc64 CI job and remove the travis_wait that...
2019-09-17 Martin KroekerRevert #2051 and replace with a better fix (#2261)
2019-09-13 Martin KroekerMerge pull request #6 from xianyi/develop
2019-09-12 Martin KroekerMerge pull request #2252 from thrasibule/trtrs
2019-09-10 Guillaume Horelmore bugfix
2019-09-10 Guillaume Horelfix Makefile
2019-09-10 Guillaume Horelfix error codes
2019-09-10 Martin KroekerMerge pull request #2249 from brada4/gcc7minor
2019-09-10 Martin KroekerFix C compiler handling and BINARY=32 mode in CMAKE...
2019-09-09 Guillaume Horelfix Makefile
2019-09-08 Guillaume Horelbugfix
2019-09-08 Guillaume Horelturn on optimized code
2019-09-08 Guillaume Horeladd missing file
2019-09-08 Guillaume Horelfix Makefile
2019-09-08 Guillaume Horeladd missing defines and headers
2019-09-08 Guillaume Horelupdate Makefile
2019-09-08 Guillaume Horeladd missing files
2019-09-08 Guillaume Horeladd logic
2019-09-08 Guillaume Horeladd missing objects
2019-09-08 Guillaume Horeladd files
2019-09-08 Guillaume Horelstart working on ?trtrs
2019-09-07 Andrewaddress minor warnings from gcc7
2019-09-07 Andrewinit
2019-09-03 Martin KroekerImprove cmake build behaviour with non-host cpu targets...
2019-09-03 Martin KroekerMerge pull request #2 from xianyi/develop
2019-09-02 Martin KroekerMerge pull request #2242 from martin-frbg/issue2235
2019-09-02 Martin KroekerAdd cgemm and zgemm unroll factors for core2
2019-08-31 Martin KroekerDisable ppc64le test environment on Travis CI
2019-08-30 Martin KroekerMerge pull request #2243 from quickwritereader/develop
2019-08-30 AbdelRauf fix uninitialized variables i
2019-08-30 AbdelRaufcaxpy and cdot are using vec_vsx_ld
2019-08-30 AbdelRaufcgemv using vec_vsx_ld instead of letting gcc to decide
2019-08-29 AbdelRaufaligned
2019-08-29 Martin KroekerMerge pull request #2241 from martin-frbg/zdotfix
2019-08-28 Martin KroekerKeep both PGI/SUN and default code paths to avoid break...
2019-08-28 Martin KroekerAdd arch data for cross-compiling to CORE2
2019-08-28 Martin KroekerMerge pull request #2240 from martin-frbg/issue2237
2019-08-28 Martin KroekerMake x86_64 zdot compile with PGI and Sun C again
2019-08-28 Martin KroekerFix PGI build options (again)
2019-08-28 Martin KroekerMerge pull request #2239 from martin-frbg/issue2231
2019-08-27 Martin KroekerDo not abuse the global ARCH variable as a local temporary
2019-08-27 Martin KroekerMerge pull request #2 from xianyi/develop
2019-08-19 Martin KroekerMerge pull request #2228 from martin-frbg/issue2227
2019-08-19 Martin KroekerMerge branch 'develop' into issue2227
2019-08-19 Martin KroekerAdd Intel Goldmont Plus CPUID
2019-08-16 Martin KroekerMerge pull request #2223 from martin-frbg/getarch-pgi
2019-08-16 Martin KroekerFix PGI compiler detection for getarch
2019-08-16 Martin KroekerDo not use -march=native with the PGI compiler
2019-08-16 Martin KroekerMerge pull request #1 from xianyi/develop
2019-08-15 Martin KroekerAdd multithreading support to the x86_64 zdot kernel...
2019-08-14 Martin KroekerMerge pull request #2218 from martin-frbg/issue2215
2019-08-13 Martin KroekerMake the new DGEMM regression test properly depend...
2019-08-13 Martin KroekerMerge pull request #2216 from martin-frbg/issue2214
2019-08-13 Martin KroekerFix unwanted case-sensitivity in x86 LSAME for (AMD...
2019-08-11 Martin KroekerUpdate with changes from 0.3.7
2019-08-11 Martin KroekerIncrement version to 0.3.8.dev
2019-08-11 Martin KroekerIncrement version to 0.3.8.dev
2019-08-11 Martin KroekerMerge pull request #2212 from martin-frbg/nofort-nolib
2019-08-11 Martin KroekerAvoid adding a spurious dependency on the fortran runti...
2019-08-11 Martin KroekerMerge pull request #2211 from martin-frbg/arm64_gcc_trivial
2019-08-11 Martin KroekerSilence two nuisance warnings from gcc
2019-08-09 Martin KroekerMerge pull request #2208 from martin-frbg/munmap-debug
2019-08-09 Martin KroekerMerge pull request #2206 from martin-frbg/zen-dtrmm
2019-08-09 Martin KroekerMerge pull request #2199 from martin-frbg/zen-dtrsm
2019-08-08 Martin KroekerAdd files via upload
2019-08-08 Martin KroekerProvide more information on mmap/munmap failure
2019-08-03 Martin KroekerReplace most vpermpd calls in the Haswell DTRSM_RN...
2019-08-02 Martin KroekerMerge pull request #2198 from martin-frbg/icelake
2019-08-01 Martin KroekerAdd CPUID identification of Intel Ice Lake
2019-08-01 Martin KroekerAutodetect Intel Ice Lake (as SKYLAKEX target)
2019-07-28 Martin KroekerReplace vpermpd with vpermilpd in the Haswell DTRMM...
2019-07-28 Martin KroekerMerge pull request #2196 from wjc404/develop
2019-07-27 wjc404Add files via upload
2019-07-27 Martin KroekerMerge pull request #2112 from ffontaine/develop
2019-07-24 Martin KroekerMerge pull request #2193 from martin-frbg/makeutest
2019-07-24 Martin KroekerUnset special make variables in ctest Makefile as well
2019-07-23 Martin KroekerOverride special make variables
2019-07-23 Martin KroekerMerge pull request #2191 from tylerjereddy/conditional_...
2019-07-23 Martin KroekerMerge pull request #2190 from martin-frbg/zdot-zen
next