define inf if needed

This commit is contained in:
Martin Kroeker 2020-11-22 19:35:43 +01:00 committed by GitHub
parent c38bb5d516
commit 5df09f8452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "openblas_utest.h"
#ifndef INFINITY
#define INFINITY 1e1000
#endif
#ifdef BUILD_SINGLE
CTEST(nrm2, snrm2){
blasint N=10, inc=1;