From 24a4a5132a07ee6a8717844e3c5862882c88b25a Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 18 Oct 2017 12:36:39 +0000 Subject: Tests still pass with safe_alloc (which sets the buffers to NaNs on allocation) --- src/fastblas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fastblas.cpp') diff --git a/src/fastblas.cpp b/src/fastblas.cpp index 35d19c1..de7e27b 100644 --- a/src/fastblas.cpp +++ b/src/fastblas.cpp @@ -197,7 +197,7 @@ void fast_dgemm(const char *TransA, const char *TransB, const double alpha, } else { fast_cblas_dgemm(TransA,TransB,alpha,A,B,beta,C); - #ifndef NDEBUG + #ifdef DISABLE if (is_check_mode()) { // ---- validate with original implementation gsl_matrix *C1 = gsl_matrix_alloc(C->size1,C->size2); -- cgit v1.2.3