platform/upstream/openblas.git
2019-02-16 TiborGYUpdate Makefile.rule
2019-01-27 TiborGYUpdate Makefile.rule
2019-01-27 TiborGYReword/expand comments in Makefile.rule
2019-01-26 Martin KroekerMerge pull request #1987 from martin-frbg/issue1961
2019-01-26 Martin KroekerChange ARMV8 target to ARMV7 for BINARY=32
2019-01-26 Martin KroekerChange ARMV8 target to ARMV7 when BINARY32 is set
2019-01-24 Martin KroekerMerge pull request #1971 from martin-frbg/trsm-threshold
2019-01-23 Martin KroekerAvoid penalizing tall skinny matrices
2019-01-22 Martin KroekerMerge pull request #1980 from martin-frbg/issue1979
2019-01-22 Martin KroekerReport SkylakeX as Haswell if compiler does not support...
2019-01-20 Martin KroekerMerge pull request #1973 from martin-frbg/issue1464
2019-01-20 Martin KroekerFix compilation with NO_AVX=1 set
2019-01-19 Martin KroekerIncrease Zen SWITCH_RATIO to 16
2019-01-18 Martin KroekerShift transition to multithreading towards larger matri...
2019-01-18 Martin KroekerFix declaration of input arguments in the Sandybridge...
2019-01-18 Martin KroekerFix declaration of input arguments in the x86_64 SCAL...
2019-01-17 Martin KroekerFix declaration of input arguments in the x86_64 microk...
2019-01-17 Martin KroekerMerge pull request #1970 from quickwritereader/develop
2019-01-17 Martin KroekerBump xcode version to 10.1 to make sure it handles...
2019-01-17 Ubuntucrot fix
2019-01-16 Martin KroekerMerge pull request #1963 from quickwritereader/develop
2019-01-16 AbdelraufMerge branch 'develop' into develop
2019-01-16 UbuntuAdded missing Blas1 single fp {saxpy, caxpy, cdot,...
2019-01-16 Martin KroekerMerge pull request #1960 from cnjsdfcy/Hygon
2019-01-16 caiyuAdd support for Hygon Dhyana
2019-01-14 Martin KroekerFix missing braces in support_av() call
2019-01-14 Martin KroekerFix missing braces in support_avx()
2019-01-10 Martin KroekerMerge pull request #1957 from martin-frbg/issue1954
2019-01-09 Martin KroekerMove TLS key deletion to openblas_quit
2019-01-08 Martin KroekerMerge pull request #1949 from martin-frbg/issue1947
2019-01-08 Martin KroekerBump xcode to 8.3
2019-01-08 Martin KroekerUpdate OSX environment to Sierra
2019-01-08 Martin KroekerAdd travis_wait to the OSX brew install phase
2019-01-05 Martin KroekerAdd message for SkylakeX and KNL fallbacks to Haswell
2019-01-05 Martin KroekerAdd xcr0 (os support) check
2019-01-05 Martin KroekerAdd xcr0 (os support) check
2019-01-05 Martin KroekerQuery AVX2 and AVX512VL capability in x86 cpu detection
2019-01-05 Martin KroekerQuery AVX2 and AVX512 capability for runtime cpu selection
2019-01-04 Martin KroekerMerge pull request #1946 from martin-frbg/issue1908
2019-01-03 Martin KroekerMore fixes for cross-compiling ARM64 targets
2019-01-02 Martin KroekerFix missing quotes around thunderx targets
2018-12-31 TiborGYValidate user supplied TARGET (#1941)
2018-12-31 Martin KroekerIncrement version to 0.3.6.dev
2018-12-31 Martin KroekerIncrement version to 0.3.6.dev
2018-12-31 Martin KroekerMerge branch 'release-0.3.0' into develop
2018-12-31 Martin KroekerUpdate ChangeLog.txt with changes from 0.3.5
2018-12-31 Martin KroekerMerge pull request #1944 from hartzell/patch-1
2018-12-30 George HartzellTypo: Skyalke -> Skylake
2018-12-30 Martin KroekerMerge pull request #1939 from TiborGY/patch-2
2018-12-30 Martin KroekerMerge pull request #1943 from martin-frbg/issue1748
2018-12-30 Martin KroekerRe-enable loop unrolling in trmv and remove the scary...
2018-12-30 Martin KroekerMerge pull request #1942 from martin-frbg/issue1720
2018-12-30 Martin KroekerRemove stray include of complex.h
2018-12-29 Martin KroekerDelete the pthread key on cleanup in TLS mode
2018-12-29 Martin KroekerFix wrong case in TARGET setting for Alpine
2018-12-28 TiborGYUpdate cpuid_mips64.c
2018-12-28 TiborGYUpdate Makefile
2018-12-28 TiborGYUpdate cpuid_mips.c
2018-12-28 TiborGYUpdate cpuid_arm.c
2018-12-27 TiborGYFix typo in UNKNOWN core name
2018-12-24 Martin KroekerMerge pull request #1932 from martin-frbg/issue1915
2018-12-24 Martin KroekerRemove unnecessary change again
2018-12-24 Martin KroekerMerge pull request #1934 from fenrus75/betagoof
2018-12-24 Arjan van de VenFix thinko in skylake beta handling
2018-12-23 Martin KroekerMake sure that -fPIC is present if needed
2018-12-23 Martin KroekerMake sure that -fPIC is present when needed
2018-12-23 Martin KroekerMerge pull request #1931 from martin-frbg/pr1921
2018-12-23 Martin KroekerUse -dumpversion with gcc only
2018-12-23 Martin KroekerAdd -mavx2 for TARGET=HASWELL if compiler supports...
2018-12-23 Martin KroekerAdd -mavx2 to TARGET=HASWELL builds
2018-12-23 Martin KroekerMerge pull request #1930 from martin-frbg/issue1908
2018-12-23 Martin KroekerReflect ARMV8 target definition changes from PR1876
2018-12-23 Martin KroekerMerge pull request #1929 from martin-frbg/issue1924
2018-12-22 Martin KroekerAvoid taking the root of a negative number
2018-12-22 Martin KroekerMerge pull request #1 from xianyi/develop
2018-12-17 Martin KroekerMerge pull request #1921 from fenrus75/haswelldgemm
2018-12-16 Arjan van de Venset GEMM_PREFERED_SIZE for HASWELL
2018-12-16 Arjan van de Vendgemm: use dgemm_ncopy_8_skylakex.c also for Haswell
2018-12-16 Arjan van de Vendgemm: Use the skylakex beta function also for haswell
2018-12-16 Martin KroekerMerge pull request #1919 from fenrus75/haswelltuning
2018-12-16 Martin KroekerUpdate Makefile
2018-12-16 Martin Kroekertypo
2018-12-16 Martin KroekerAdd -mavx2 on Haswell only if the compiler supports it
2018-12-16 Arjan van de VenMake the skylakex/haswell sgemm code compile and run...
2018-12-15 Martin Kroekeruse -maxv2 on haswell
2018-12-15 Martin Kroekershould be core-avx2
2018-12-15 Martin Kroekerfix elseifeq and use older option core2-avx for compati...
2018-12-15 Martin KroekerAdd -march=haswell to HASWELL part of DYNAMIC_ARCH...
2018-12-15 Arjan van de VenUse sgemm_ncopy_4_skylakex.c also for Haswell
2018-12-15 Arjan van de VenUse the skylake sgemm beta code also for haswell
2018-12-13 Martin KroekerMerge pull request #1914 from fenrus75/smallmatrix
2018-12-13 Arjan van de VenAdd a "sgemm direct" mode for small matrixes
2018-12-12 Martin KroekerMerge pull request #1910 from martin-frbg/issue1909
2018-12-11 Martin Kroekermake sure the added march=skylake-avx512 does not cause...
2018-12-11 Martin KroekerAdd -march=skylake-avx512 to SkylakeX part of DYNAMIC_A...
2018-12-11 Martin KroekerAvoid adding blanket march=skylake-avx512 to dynamic_ar...
2018-12-07 Martin KroekerFix typo in previous commit for arm dynamic arch
2018-12-07 Martin KroekerAdd DYNAMIC_CORE list for ARM64
2018-12-07 Martin KroekerMake sure to use the arm version of dynamic.c in ARM64...
2018-12-06 Martin KroekerMerge pull request #1904 from martin-frbg/issue1870
next