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 11e6de9 commit 5d8cbd0Copy full SHA for 5d8cbd0
libraries/chain/infrablockchain/softfloat64.cpp
@@ -5,6 +5,7 @@
5
*/
6
7
#include <cstdlib>
8
+#include <string.h>
9
#include <infrablockchain/chain/softfloat64.hpp>
10
11
#define _expF64UI( a ) ((int_fast16_t) ((a)>>52) & 0x7FF)
0 commit comments