platform/upstream/openblas.git
2018-06-05 Martin KroekerMerge pull request #1594 from martin-frbg/issue1593
2018-06-05 Martin KroekerFix inverted condition in _Atomic declaration
2018-06-04 Martin KroekerMerge pull request #1590 from martin-frbg/avx512_check
2018-06-03 Martin KroekerDisable AVX512 (Skylake X) support if the build system...
2018-06-02 Martin KroekerMerge pull request #1587 from matthew-brett/fix-compile...
2018-06-01 Matthew BrettRevert "take out unused variables"
2018-06-01 Martin KroekerMerge pull request #1585 from martin-frbg/lapack-253
2018-06-01 Martin KroekerFixes from netlib PR 253
2018-06-01 Martin KroekerFixes from netlib PR 253
2018-06-01 Martin KroekerFixes from netlib PR253
2018-05-31 Martin KroekerMerge pull request #1584 from martin-frbg/issue1503
2018-05-31 Martin KroekerMerge pull request #1583 from martin-frbg/issue1575
2018-05-31 Martin KroekerMerge pull request #1582 from martin-frbg/develop-031
2018-05-31 Martin KroekerMerge pull request #1581 from martin-frbg/issue1574-2
2018-05-31 Martin Kroekertypo fix
2018-05-31 Martin KroekerRestore optimized swap kernel now that we have a proper fix
2018-05-31 Martin KroekerWork around name clash with Windows10's winnt.h
2018-05-31 Martin KroekerHandle INCX=0,INCY=0 case
2018-05-31 Martin KroekerUpdate version to 0.3.1.dev
2018-05-31 Martin KroekerUpdate version to 0.3.1.dev
2018-05-31 Martin KroekerFix paths to LIN and EIG tests
2018-05-29 Martin KroekerMerge pull request #1579 from martin-frbg/issue1574
2018-05-29 Martin KroekerAdapt lapack-test and blas-test to changes in netlib...
2018-05-24 Zhang XianyiAdd -lm for Android.
2018-05-23 Martin KroekerMerge pull request #1572 from martin-frbg/issue1571
2018-05-23 Martin KroekerUse the new zrot.c on POWER8 for crot as well
2018-05-17 Martin KroekerMerge pull request #1567 from martin-frbg/mipstrmm
2018-05-17 Martin KroekerRevert " Switch mips32 target to USE_TRMM to fix comple...
2018-05-17 Martin KroekerMerge pull request #1565 from martin-frbg/mipstypo
2018-05-17 Martin KroekerRemove extraneous brace from previous commit
2018-05-17 Martin KroekerMerge pull request #1564 from martin-frbg/issue1563
2018-05-17 Martin KroekerRevert changes from PR#1419
2018-05-15 Martin KroekerMerge pull request #1562 from martin-frbg/issue1561
2018-05-15 Martin KroekerUse correct data type for initializers of v2f64, v4f32
2018-05-14 Martin KroekerMerge pull request #1559 from martin-frbg/buildconf
2018-05-14 Martin KroekerMerge pull request #1558 from martin-frbg/instpc
2018-05-14 Martin KroekerMerge pull request #1557 from martin-frbg/getconfig
2018-05-13 Martin KroekerAdd build-time configuration options to pkgconfig file
2018-05-13 Martin KroekerAdd build-time configuration options to pkgconfig file
2018-05-12 Martin KroekerOverwrite any pre-existing openblas.pc rather than...
2018-05-12 Martin KroekerAdd threading and OpenMP information to output
2018-05-11 Zhang XianyiMerge pull request #1556 from WestAlgo/develop
2018-05-11 zhiyong.dangmove _Atomic define to common.h
2018-05-11 Zhang XianyiMerge pull request #1555 from WestAlgo/develop
2018-05-11 Zhiyong DangChange _STDC_VERSION__ to __STDC_VERSION__
2018-05-11 Zhang XianyiMerge pull request #1536 from WestAlgo/develop
2018-05-10 Martin KroekerMerge pull request #1554 from martin-frbg/lapack-249
2018-05-10 Martin KroekerLAPACKE fixes from lapack PR249
2018-05-09 Martin KroekerMerge pull request #1553 from martin-frbg/ifort-openmpflag
2018-05-09 Martin KroekerChange -openmp to -fopenmp for ifort entry as well
2018-05-09 Martin KroekerMerge pull request #1551 from martin-frbg/f_check_fix
2018-05-09 Martin KroekerMerge pull request #1550 from martin-frbg/ifort-openmpflag
2018-05-08 Martin KroekerMerge pull request #1549 from martin-frbg/fix_ompcheck
2018-05-08 Martin KroekerFixes for ifort 2018
2018-05-08 Martin KroekerUpdate compiler flag for openmp use with ICC
2018-05-08 Martin KroekerDrop C-style "L" suffix from OPENMP version number...
2018-05-08 Martin KroekerDrop C-style "L" suffix from OPENMP version number...
2018-05-08 Martin KroekerDrop C-style "L" suffix from OPENMP version number...
2018-05-02 Martin KroekerMerge pull request #1543 from martin-frbg/mips32
2018-05-02 Martin KroekerRestore compiler options for mips P5600 target
2018-05-02 Martin KroekerAdd MIPS 1004K target
2018-05-02 Martin KroekerSwitch mips32 target to USE_TRMM to fix complex TRMM
2018-05-02 Martin KroekerAdd MIPS 1004K target (Mediatek MT7621 SOC)
2018-05-02 Martin KroekerAdd mips32r2 api target
2018-05-02 Martin KroekerMake cpuid_mips compile again and add 1004K cpu
2018-05-02 Martin KroekerMerge pull request #1542 from martin-frbg/quickdiv64
2018-05-02 Martin KroekerOmit the divide table overflow check on small systems
2018-05-02 Martin KroekerOmit the table overflow check when building for small...
2018-04-29 Martin KroekerUpdate common_x86_64.h
2018-04-29 Martin KroekerAvoid out-of-bounds reads from blas_quick_divide_table...
2018-04-29 Martin KroekerAvoid out of bounds reads from blas_quick_divide_table...
2018-04-27 Martin KroekerMerge pull request #1539 from martin-frbg/ztrmv-1332
2018-04-27 Martin KroekerMerge pull request #1486 from martin-frbg/atomic
2018-04-27 Martin KroekerUpdate Makefile.rule
2018-04-27 Zhiyong DangFix race condition in blas_server_omp.c
2018-04-25 Martin KroekerMerge pull request #1540 from martin-frbg/mips32-zasum
2018-04-25 Martin KroekerFix typo in MIPS P5600 complex ASUM code selection
2018-04-25 Martin KroekerDisable multithreading in ztrmv
2018-04-25 Martin KroekerMerge pull request #1538 from martin-frbg/arm7utest
2018-04-24 Martin KroekerMove the test for zero incx,incy in ARMV7 ROT
2018-04-24 Martin KroekerDrop test for zero incx,incy in armv7 AXPY
2018-04-23 Martin KroekerUse generic zrot.c on ppc64/POWER6 to work around utest...
2018-04-22 Martin KroekerMerge pull request #1534 from xianyi/revert-1333-haswell32
2018-04-22 Martin KroekerRevert "Fix 32bit HASWELL builds"
2018-04-20 Martin KroekerMerge pull request #1532 from martin-frbg/utest-cblas
2018-04-20 Martin Kroekerfork utest depends on CBLAS
2018-04-20 Martin Kroekerfork utest depends on CBLAS
2018-04-19 Martin KroekerMerge pull request #1530 from ashwinyes/develop_2018041...
2018-04-19 Ashwin Sekhar T KARM64: Enable Auto Detection of ThunderX2T99
2018-04-15 Martin KroekerMerge pull request #1523 from martin-frbg/utest_waith
2018-04-14 Martin KroekerMerge pull request #1520 from martin-frbg/cpucounts
2018-04-14 Martin KroekerInclude sys/types.h for proper typedefs related to...
2018-04-14 Martin KroekerCatch invalid cpu count returned by CPU_COUNT_S
2018-04-11 Martin KroekerMerge pull request #1515 from martin-frbg/mipsdot
2018-04-10 Martin KroekerFix precision of mips dsdot
2018-04-07 Martin KroekerMerge pull request #1512 from ararslan/aa/travis-macos-2
2018-04-07 Alex ArslanAdd a BINARY=32 build to macOS
2018-04-07 Alex ArslanAdd macOS to the Travis testing matrix
2018-04-07 Martin KroekerMerge pull request #1511 from xianyi/revert-1510-aa...
2018-04-07 Martin KroekerRevert "Add macOS to the Travis testing matrix"
next