91 Commits (5e1a429eab44731b6668b8f6043c1ea951b0a80b)

Author SHA1 Message Date
  Martin Kroeker 60ff5872af
fix improper function prototypes (empty parentheses) 2 years ago
  Martin Kroeker 862d06ab8a
Add INCX=0,INCY=1 test case for CAXPY 2 years ago
  Martin Kroeker d64fa286f7
add test case for zaxpy with incx=0 incy=1 2 years ago
  Martin Kroeker 7aaa0ce0e8
utest needs to be linked against libm on QNX as well 3 years ago
  Martin Kroeker c5041ae270
properly embed test_dnrm2 3 years ago
  Martin Kroeker 8e6f719ad3
use huge_val not huge_valf for portability 3 years ago
  Martin Kroeker af88494f87
old systems may not have inf in math.h 3 years ago
  Martin Kroeker ee41b6eb24
Add DNRM2 regression test for issues 2998 and 3654 3 years ago
  Niyas Sait c6c2a71fb7 Fix ctest.h to build using clang on windows 4 years ago
  Martin Kroeker 73f637e584
Support compilation with pre-C99 versions of MSVC 4 years ago
  Martin Kroeker 93473174d6
Fix utest build with SolarisStudio compilers 4 years ago
  cyy 3b4c016110 link math lib on FreeBSD 4 years ago
  Martin Kroeker ebb8788696
Use ifneq instead of ifdef for CROSS option 4 years ago
  Alexander Grund a05dc6e62b
Add reproducer test for crash after fork 4 years ago
  Martin Kroeker 63d7dad04c
Adapt utests for builds supportin only some variable types 5 years ago
  Martin Kroeker ac653c94f3
Merge branch 'develop' into issue2588-cmake 5 years ago
  Qiyu8 1b1a757f5f Optimize the performance of dot by using universal intrinsics in X86/ARM 5 years ago
  Martin Kroeker 98153875e9
Adapt tests to having only a subset of types in the library 5 years ago
  Martin Kroeker 4d250d0cdf
Rearrange ifdefs 5 years ago
  Martin Kroeker ec2948f147
Make tests conditional on BUILD_DOUBLE 5 years ago
  Martin Kroeker ce89398636
Make tests for individual variable types conditional on the respective BUILD_ option 5 years ago
  Martin Kroeker c592f0f80a
Fix utest build on AIX 5 years ago
  Martin Liska 7ca4ffdbdd
Improve test coverage for utests. 5 years ago
  Martin Liska 18bcc36a69
Fix implementation of iamax_sse.S as reported in #2116. 5 years ago
  Martin Kroeker 68a43db358
Fix utest compilation with PGI 5 years ago
  Martin Kroeker a1fce67743
Make the new DGEMM regression test properly depend on CBLAS and LAPACKE 6 years ago
  Tyler Reddy a211bc9b6a TST: add SkylakeX AVX512 CI test 6 years ago
  Jeff Baylor 40e53e52d6 snprintf define consolidated to common.h 6 years ago
  Martin Kroeker f9c5023e04
Merge pull request #1994 from quickwritereader/develop 6 years ago
  Ubuntu 4abc375a91 sgemv cgemv pairs 6 years ago
  Daniel Cohen Gindi 24288803b3 Adjust test script for correct deployment 6 years ago
  Martin Kroeker 9f80e0f5fc
Remove stray include of complex.h 6 years ago
  Jerome Robert b095f2fad6 Fix unknown type name __WAIT_STATUS on RHEL5 7 years ago
  Martin Kroeker 1309711e24
Fix declaration of snprintf for older MSVC 7 years ago
  oon3m0oo 2aa0a5804e Use BLAS rather than CBLAS in test_fork.c (#1626) 7 years ago
  Martin Kroeker 86f49c529d
Merge pull request #1532 from martin-frbg/utest-cblas 7 years ago
  Martin Kroeker 625c74a38f
fork utest depends on CBLAS 7 years ago
  Martin Kroeker 5fcaca6438
fork utest depends on CBLAS 7 years ago
  Martin Kroeker 0c4718c57a
Merge pull request #1523 from martin-frbg/utest_waith 7 years ago
  Martin Kroeker 734d7c6a93
Include sys/types.h for proper typedefs related to wait() 7 years ago
  Martin Kroeker 809fd0d451
Rewrite ROTMG to address cases not covered by the netlib algorithm (#1480) 7 years ago
  Martin Kroeker 69a8aa6de2
Fix transposition of expected and computed values in error message 7 years ago
  Martin Kroeker e7366a4161
Restore the remaining utests (#1462) 7 years ago
  Martin Kroeker f4b095b1bb
test_fork is not meant (nor expected) to be run with OpenMP 7 years ago
  Martin Kroeker 6940c59a88
Merge pull request #1454 from martin-frbg/issue1452 7 years ago
  Martin Kroeker 650077074a
Add tests for rotmg 7 years ago
  Martin Kroeker fe16a94fc2
Add rotmg tests for CMAKE MSVC+CLANG build 7 years ago
  Martin Kroeker 632b8e0f05
Merge current Makefile from develop 7 years ago
  Martin Kroeker a1bc0fcf07
Resurrect utest for rotmg and add testcase for issue 1452 7 years ago
  Erik M. Bray ce2028b425 Rewrite this test to work with ctest and re-enable it on the appropriate platforms (including Cygwin, which has fork()) 7 years ago