Fix bfloat16 conditional
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 13 Oct 2020 07:11:36 +0000 (09:11 +0200)
committerGitHub <noreply@github.com>
Tue, 13 Oct 2020 07:11:36 +0000 (09:11 +0200)
common.h

index 89eeb19..a3ef99b 100644 (file)
--- a/common.h
+++ b/common.h
@@ -257,7 +257,7 @@ typedef long BLASLONG;
 typedef unsigned long BLASULONG;
 #endif
 
-#ifndef BFLOAT16
+#ifndef bfloat16
 #include <stdint.h>
 typedef uint16_t bfloat16;
 #define BFLOAT16CONVERSION 1