Merge pull request #4663 from ayappanec/develop

Fix openblas_utest_ext build in AIX
This commit is contained in:
Martin Kroeker 2024-04-25 18:05:33 +02:00 committed by GitHub
commit 1031d161f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define CTEST_ADD_TESTS_MANUALLY
#include "cblas.h"
#include "openblas_utest.h"
#include "utest/openblas_utest.h"
#if 1
CTEST(amax, samax){
blasint N=3, inc=1;