Files
blis/blastest
bartoldeman 9b1beec60b Use BLIS_ENABLE_COMPLEX_RETURN_INTEL in blastest files (#636)
Details:
- Fixed a crash that occurs when either cblat1 or zblat1 are linked 
  with a build of BLIS that was compiled with '--complex-return=intel'.
  This fix involved inserting preprocessor macro guards based on
  BLIS_ENABLE_COMPLEX_RETURN_INTEL into blastest/src/cblat1.c and 
  blastest/src/zblat1.c to correctly handle situations where BLIS is 
  compiled with Intel/f2c-style calling conventions for complex numbers.
- Updated blastest/src/fortran/run-f2c.sh so that future executions
  will insert the aforementioned cpp macro conditional where
  appropriate.
2022-07-11 19:15:12 -05:00
..
2018-03-20 15:35:45 -05:00
2019-05-23 12:51:17 -05:00