152 Commits (2d0b2334259d41c2003b51a07580dbd25cfe267c)

Author SHA1 Message Date
  Martin Kroeker a2d867f4d1
Allow negative iNCX (API change from version 3.10 of the reference implementation) 2 years ago
  Martin Kroeker 0a4546b742
Typo fix 4 years ago
  Martin Kroeker b1eed27a54
Replace naive omatcopy_rt with 4x4 blocked implementation 4 years ago
  Martin Kroeker 43aac5bacc
Support NVIDIA HPC compiler 4 years ago
  Martin Kroeker f8346603cf
Fix compilation with SolarisStudio 4 years ago
  Qiyu8 c4c591ac5a fix sum optimize issues 4 years ago
  Martin Kroeker 28d2dfe2b3
Fix macro name used in ifdef 4 years ago
  Qiyu8 bfdf4b56da Add double precision universal intrinsics for X86/ARM 5 years ago
  Qiyu8 0ed1f07660 Optimize the performance of sum by using universal intrinsics 5 years ago
  Martin Kroeker bf1f0734ff
Use OPENBLAS_MAKE_COMPLEX_FLOAT on PPC only 5 years ago
  Martin Kroeker 7c6e56b5df
Rewrite assignment to complex for better portability 5 years ago
  Martin Kroeker 806f89166e
Make ARMV7 compile with xcode and add a CI job for it (#2537) 5 years ago
  Martin Kroeker 74c10b57c6
Use generic kernels for complex (I)AMAX to support softfp 6 years ago
  Martin Kroeker c5495d2056
Ensure correct output for DAMAX with softfp 6 years ago
  Martin Kroeker c70496b108
Separate implementations of AMAX and IAMAX on arm 6 years ago
  Martin Kroeker 94ab4e6fb2
Add ARM implementations of ?sum 6 years ago
  Martin Kroeker 808410c2c7
Fix wrong comparison that made IMIN identical to IMAX 6 years ago
  Martin Kroeker 9b2a7ad40d
Convert fldmia/fstmia instructions to UAL syntax for clang7 7 years ago
  Martin Kroeker 7e5df34e6a
Convert fldmia/fstmia instructions to UAL syntax for clang7 7 years ago
  Martin Kroeker b83e4c60c7
Remove premature exit for INC_X or INC_Y zero 7 years ago
  Martin Kroeker e344db269b
Remove premature exit for INC_X or INC_Y zero 7 years ago
  Martin Kroeker 545b82efd3
Remove premature exit for INC_X or INC_Y zero 7 years ago
  Martin Kroeker e322a951fe
Remove premature exit for INC_X or INC_Y zero 7 years ago
  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 6e70287776
Use generic/dot.c for DSDOT on ARMV5 and above 7 years ago
  Zhang Xianyi d5ef0dee9a Merge pull request #1226 from ashwinyes/develop_arm_clang_ual_fix 8 years ago
  Ashwin Sekhar T K f02d535fde arm: Fix clang compilation for ARMv7 8 years ago
  Ashwin Sekhar T K 97d671eb61 arm: add softfp support in zgemm/ztrmm vfp kernels 8 years ago
  Ashwin Sekhar T K 305cd2e8b4 arm: add softfp support in cgemm/ctrmm vfp kernels 8 years ago
  Ashwin Sekhar T K 09bc6ebe5b arm: add softfp support in dgemm/dtrmm vfp kernels 8 years ago
  Ashwin Sekhar T K 872a11a2bf arm: add softfp support in sgemm/strmm vfp kernels 8 years ago
  Ashwin Sekhar T K 8f83d3f961 arm: add softfp support in vfp gemv kernels 8 years ago
  Ashwin Sekhar T K 83bd547517 arm: add softfp support in kernel/arm/swap_vfp.S 8 years ago
  Ashwin Sekhar T K e25f4c01d6 arm: add softfp support in kernel/arm/nrm2_vfp*.S 8 years ago
  Ashwin Sekhar T K 54915ce343 arm: add softfp support in kernel/arm/*dot_vfp.S 8 years ago
  Ashwin Sekhar T K 0150fabdb6 arm: add softfp support in kernel/arm/rot_vfp.S 8 years ago
  Ashwin Sekhar T K 4f0773f07d arm: add softfp support in kernel/arm/axpy_vfp.S 8 years ago
  Ashwin Sekhar T K aa5edebc80 arm: add softfp support in kernel/arm/asum_vfp.S 8 years ago
  Ashwin Sekhar T K 89924b3d5b arm: Use assembly implementations based on the ARM abi 8 years ago
  Zhang Xianyi b5c96fcfcd Support ARM SOFTFP ABI for saxpy, sdot, snrm2, sscal, sgemv, sger. 8 years ago
  Zhang Xianyi 90e02ccf68 Support ARM softfp ABI for sgemm on ARMV7. 8 years ago
  Martin Kroeker 6221d6df5f Update zdot.c 9 years ago
  Martin Kroeker 4b1b27347f Remove explicit include of complex.h 9 years ago
  Werner Saar 8037d78eed bugfix for arm scal.c and zscal.c 9 years ago
  Werner Saar 63a7d7fb24 updated gemv_n_vfpv3.S for armv7 9 years ago
  Werner Saar b4ede558a5 updated nrm2 kernel for armv7 9 years ago
  Werner Saar de3e2d4349 updated trmm kernels for armv7 9 years ago
  Werner Saar a0e51e96f1 updated gemm kernels for armv7 9 years ago
  Werner Saar c2891330bc updated KERNEL.ARMV6 9 years ago