We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1556f1 commit 3b9aee2Copy full SHA for 3b9aee2
lib/Support/Check.cpp
@@ -12,6 +12,7 @@
12
#include "Support/Check.h"
13
#include "llvm/Support/Error.h"
14
#include "llvm/Support/raw_ostream.h"
15
+#include <cmath>
16
17
static bool isDenorm(float F) { return std::fpclassify(F) == FP_SUBNORMAL; }
18
0 commit comments