2797 Commits (2d0929fa7c969cbe8f7dcbf3e5b16ef1301dc6a1)
 

Author SHA1 Message Date
  Martin Kroeker 2d0929fa7c
Move the test for zero incx,incy in ARMV7 ROT 7 years ago
  Martin Kroeker 125343cc88
Drop test for zero incx,incy in armv7 AXPY 7 years ago
  Martin Kroeker 0ab5bf1746
Merge pull request #1476 from xsacha/patch-1 8 years ago
  Martin Kroeker 22167170b3
Merge pull request #1477 from quickwritereader/develop 8 years ago
  Martin Kroeker 69d9f36ff4
Merge pull request #1468 from martin-frbg/martin-frbg-patch-1 8 years ago
  Sacha f81815e48a
Fix CMake cross-compiling 8 years ago
  Martin Kroeker 5f855d965d
Merge pull request #1475 from ashwinyes/develop_20180227_utest_dsdot_fixes 8 years ago
  Ashwin Sekhar T K fa9ca65c0e ARM64: Fix utest dsdot errors 8 years ago
  Martin Kroeker 719b68f077
Merge pull request #1473 from martin-frbg/p2align 8 years ago
  Martin Kroeker fe9f15f2d8
Merge pull request #1472 from martin-frbg/utest-fixes 8 years ago
  Martin Kroeker 497f0c3d8a
Replace .align with .p2align in the Nehalem microkernels 8 years ago
  Martin Kroeker ea37db828e
Convert .align to .p2align for OSX compatibility 8 years ago
  Martin Kroeker e6a0a3de73
Merge pull request #1471 from martin-frbg/p2align 8 years ago
  Martin Kroeker 6e70287776
Use generic/dot.c for DSDOT on ARMV5 and above 8 years ago
  Martin Kroeker 58f236ad73
Use generic/dot.c for DSDOT on zarch 8 years ago
  Martin Kroeker e207107150
Use generic/dot.c for DSDOT on z13 8 years ago
  Martin Kroeker c9d408064a
Use dot.S also for DSDOT on CORTEXA57 8 years ago
  Martin Kroeker 288d1a3f6e
Use dot.S also for DSDOT on ARMV8 8 years ago
  Martin Kroeker 7c1925acec
Use .p2align instead of .align for compatibility on Sandybridge as well 8 years ago
  Martin Kroeker 2359c7c1a9
Use .p2align instead of .align for portability 8 years ago
  Martin Kroeker 7646974227
Limit the additional locking from PRs 1052,1299 to non-OpenMP multithreading 8 years ago
  Martin Kroeker e3a80e6aa8
Merge pull request #1466 from xianyi/revert-1464-issue1461 8 years ago
  Martin Kroeker 8866e393a2
Revert "Add locks only for non-OPENMP multithreading" 8 years ago
  Martin Kroeker 9e87e6f3d8
Merge pull request #1464 from martin-frbg/issue1461 8 years ago
  Martin Kroeker 3119b2ab4c
Add locks only for non-OPENMP multithreading 8 years ago
  Martin Kroeker e7366a4161
Restore the remaining utests (#1462) 8 years ago
  Martin Kroeker 6c0f79b787
Merge pull request #1463 from martin-frbg/rotmg2 8 years ago
  Martin Kroeker 7cd7acf71e
Merge pull request #1460 from martin-frbg/issue1425 8 years ago
  Martin Kroeker 72f14a0363
Fix conditionals in the rescaling against GAMSQ 8 years ago
  Martin Kroeker 53026dc63a
Update single and double precision BLAS1 tests from LAPACK 3.8.0 8 years ago
  Martin Kroeker 798f1595d5
Fix condition in both second scaling loops 8 years ago
  the mslm 2c0a008281 dgemm_ncopy_4_ save/restore 8 years ago
  the mslm c5425daa6b power8 ?gemm_tcopy save/restore 8 years ago
  Martin Kroeker eaab622f03
Make "OMP task depend" sections conditional on OpenMP4, not just OpenMP 8 years ago
  Martin Kroeker 3cda1ce50a
Revert insiduous suppression of the -fopenmp flag in the LAPACK subtree 8 years ago
  Martin Kroeker 0391c07b17
Merge pull request #1457 from martin-frbg/issue1456 8 years ago
  Martin Kroeker f4b095b1bb
test_fork is not meant (nor expected) to be run with OpenMP 8 years ago
  Martin Kroeker 6940c59a88
Merge pull request #1454 from martin-frbg/issue1452 8 years ago
  Martin Kroeker 42514fa24c
Merge pull request #1449 from martin-frbg/armv8 8 years ago
  Martin Kroeker 650077074a
Add tests for rotmg 8 years ago
  Martin Kroeker fe16a94fc2
Add rotmg tests for CMAKE MSVC+CLANG build 8 years ago
  Martin Kroeker 632b8e0f05
Merge current Makefile from develop 8 years ago
  Martin Kroeker a1bc0fcf07
Resurrect utest for rotmg and add testcase for issue 1452 8 years ago
  Martin Kroeker 0464aa6784
Remove debug printfs 8 years ago
  Martin Kroeker 55840f0bc9
Keep the flag handling separate from the scaling loops 8 years ago
  Martin Kroeker a7485f3222
Merge pull request #1453 from martin-frbg/netlib228 8 years ago
  Martin Kroeker d31f62cf02
Merge pull request #1450 from embray/cygwin/forking 8 years ago
  Martin Kroeker 150c7294a6
Remove spurious EXTERNAL reference 8 years ago
  Erik M. Bray 8f5f614615 On Cygwin use mmap instead of Windows native allocation functions, which are not fork-safe. 8 years ago
  Erik M. Bray f5fc109fbd Perform blas_thread_shutdown with pthread_atfork() on Cygwin 8 years ago