platform/upstream/openblas.git
2020-12-06 Martin KroekerMerge pull request #3024 from martin-frbg/sparc
2020-12-06 Martin KroekerFix compiler options for 32 and 64bit SPARC builds...
2020-12-06 Martin KroekerWork around DOT and SWAP test failures
2020-12-06 Martin KroekerFix compilation with SolarisStudio
2020-12-06 Martin KroekerFix utest build with SolarisStudio compilers
2020-12-06 Martin KroekerChange comments to C style for compatibility
2020-12-06 Martin KroekerFix complex ABI for 32bit SolarisStudio builds
2020-12-06 Martin KroekerFix hostarch detection for sparc
2020-12-06 Martin KroekerFix build options for SolarisStudio compilers
2020-12-06 Martin KroekerMerge pull request #1 from xianyi/develop
2020-12-04 Martin KroekerMerge pull request #3018 from martin-frbg/issue3015
2020-12-04 Martin KroekerMerge pull request #3016 from xiegengxin/complex-asum
2020-12-04 Martin KroekerMerge pull request #3013 from martin-frbg/gcc46
2020-12-04 Martin KroekerMerge pull request #3011 from cyyever/fix_link
2020-12-04 Martin KroekerMerge pull request #3019 from RajalakshmiSR/dgemm_param
2020-12-03 Martin KroekerUpdate f_check
2020-12-03 Rajalakshmi... POWER10: Update param.h
2020-12-03 Martin KroekerAdd libomp to the LAPACK(-test) dependencies in clang...
2020-12-03 Martin KroekerAvoid linking both GNU libgomp and LLVM libomp in clang...
2020-12-03 Martin Kroekeruse gfortran-10 with xcode 12
2020-12-03 Martin KroekerUpdate .travis.yml
2020-12-02 Martin Kroekerfix misplaced lines
2020-12-02 Martin Kroekerfix gfortran requirement in osx interface64 test
2020-12-02 Martin KroekerDisable deprecated 32bit xcode
2020-12-02 Gengxin Xiefix error declare function blas_level1_thread_with_retu...
2020-12-01 Martin KroekerUpdate an overlooked instance of xcode 10.0 as well
2020-12-01 Martin KroekerUpdate OSX xcode version to 11.5
2020-12-01 Gengxin XieImprove the performance of zasum and casum with AVX512...
2020-11-30 Martin KroekerSuppress -mfma as well for gcc 4.6
2020-11-30 Martin KroekerMove the version check to avoid overwriting unprocessed...
2020-11-30 Martin KroekerMerge pull request #3014 from RajalakshmiSR/dgemvnp10
2020-11-29 Rajalakshmi... POWER10: Optimize dgemv_n
2020-11-29 Martin KroekerAdd SSE flags for x86
2020-11-29 Martin KroekerAdd workaround for gcc 4.6 miscompiling assembly kernel...
2020-11-29 Martin KroekerMerge pull request #3012 from martin-frbg/restore-getarch
2020-11-29 Martin KroekerRestore RISCV entries accidentally trashed by my PR...
2020-11-29 Martin KroekerMerge pull request #3010 from ggouaillardet/topic/fj_co...
2020-11-29 cyylink math lib on FreeBSD
2020-11-29 Gilles Gouaillardetadd Fujitsu compilers
2020-11-23 Martin KroekerMerge pull request #3005 from martin-frbg/ssefix
2020-11-23 Martin KroekerMerge pull request #3004 from martin-frbg/bsd_getauxval
2020-11-22 Martin KroekerMerge pull request #3002 from martin-frbg/issue3000
2020-11-22 Martin KroekerMerge pull request #3001 from martin-frbg/issue2996
2020-11-22 Martin KroekerAvoid redefinition warning
2020-11-22 Martin KroekerAdd -msse if supported
2020-11-22 Martin KroekerBuild fix for systems that do not support getauxval
2020-11-22 Martin KroekerFix syntax mixup
2020-11-22 Martin KroekerRestore proper Makefile
2020-11-22 Martin KroekerEnsure that the same (large) BUFFERSIZE is used for...
2020-11-22 Martin KroekerUse ifneq instead of ifdef for CROSS option
2020-11-22 Martin KroekerUse ifeq instead of ifdef for user-definable build...
2020-11-22 Martin KroekerUse ifeq instead of ifdef for user-definable options
2020-11-22 Martin KroekerConvert ifndefs to ifneq
2020-11-22 Martin KroekerChange ifndef CROSS to ifneq
2020-11-22 Martin KroekerChange ifndefs to ifneq
2020-11-22 Martin KroekerMerge pull request #112 from xianyi/develop
2020-11-22 Martin KroekerMerge pull request #2965 from epsilon-0/develop
2020-11-22 Martin KroekerMerge pull request #2988 from xiegengxin/smp-asum
2020-11-22 Martin KroekerMerge pull request #2997 from Flamefire/reproduce_crash
2020-11-22 Xianyi ZhangMerge branch 'risc-v' into develop
2020-11-22 Xianyi ZhangMerge branch 'develop' into risc-v
2020-11-22 Xianyi ZhangUpdate doc for C910.
2020-11-20 Martin KroekerMerge pull request #2995 from Flamefire/fix_thread_buff...
2020-11-19 Alexander GrundAdd reproducer test for crash after fork
2020-11-19 Alexander GrundDon't overwrite blas_thread_buffer if already set
2020-11-16 Martin KroekerMerge pull request #2981 from Qiyu8/fix-sum
2020-11-16 Martin KroekerMerge pull request #2983 from Qiyu8/optimize-srot
2020-11-16 Qiyu8remove the -mfma flag in when the host has AVX.
2020-11-13 Martin KroekerMerge pull request #2989 from martin-frbg/cmake-fma
2020-11-13 Martin KroekerAdd -mfma for HAVE_FMA3 in the non-DYNAMIC_ARCH case...
2020-11-13 Martin KroekerMerge pull request #111 from xianyi/develop
2020-11-13 Gengxin XieImprove the performance of dasum and sasum when SMP...
2020-11-13 Qiyu8modify system.cmake to enable fma flag
2020-11-12 Qiyu8fix the CI failure of target specific option mismatch
2020-11-12 Qiyu8fix the CI failure of lack the head
2020-11-11 Qiyu8modify macro
2020-11-11 Qiyu8only FMA3 and vector larger than 128 have positive...
2020-11-11 Qiyu8Optimize the performance of rot by using universal...
2020-11-10 Qiyu8fix sum optimize issues
2020-11-10 Xianyi ZhangRefs #2899. Merge branch 'damonyu1989-openblas-open...
2020-11-10 Xianyi ZhangRefs #2899
2020-11-10 Xianyi ZhangMerge branch 'develop' into risc-v
2020-11-08 Martin KroekerMerge pull request #2972 from xiegengxin/rot-intrinsic
2020-11-08 Martin KroekerMerge pull request #2980 from martin-frbg/fixgetarch
2020-11-08 Martin KroekerFix missing AVX2 and FMA3 capabilities in FORCE_target...
2020-11-08 Martin KroekerMerge pull request #2979 from RajalakshmiSR/dot_power10
2020-11-08 Martin KroekerMerge pull request #2978 from martin-frbg/fixdynfeatures
2020-11-07 Martin KroekerStay compatible with old gmake that did not support...
2020-11-07 Martin KroekerUpdate Makefile.system
2020-11-07 Martin KroekerUpdate Makefile.system
2020-11-07 Rajalakshmi... Optimize sdot/ddot for POWER10
2020-11-07 Martin KroekerRemove previous workaround for compiler flags related...
2020-11-07 Martin KroekerReset cpu property flags between build cycles in DYNAMI...
2020-11-07 Martin KroekerFix propagation of cpu properties to compiler options
2020-11-07 Martin KroekerRemove extraneous quotes that caused a cmake policy...
2020-11-07 Martin KroekerFix placement of getarch call and spurious cpu property...
2020-11-07 Martin KroekerMerge pull request #110 from xianyi/develop
2020-11-07 Martin KroekerMerge pull request #2977 from martin-frbg/issue2976
2020-11-07 Martin KroekerFix macro name used in ifdef
2020-11-05 Gengxin Xiefix typo
next