summaryrefslogtreecommitdiff
path: root/sci-ml/FP16/files/FP16-2024.06.20-setfill.patch
blob: a77b4a94ad52b74a1ee7765601b710a23eeefa2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
diff --git a/test/alt-from-fp32-value.cc b/test/alt-from-fp32-value.cc
index 33bf0fd..d30be0c 100644
--- a/test/alt-from-fp32-value.cc
+++ b/test/alt-from-fp32-value.cc
@@ -1,6 +1,7 @@
 #include <gtest/gtest.h>
 
 #include <cstdint>
+#include <iomanip>
 
 #include <fp16.h>
 #include <tables.h>
diff --git a/test/alt-to-fp32-bits.cc b/test/alt-to-fp32-bits.cc
index f5b61a5..2a232ba 100644
--- a/test/alt-to-fp32-bits.cc
+++ b/test/alt-to-fp32-bits.cc
@@ -1,6 +1,7 @@
 #include <gtest/gtest.h>
 
 #include <cstdint>
+#include <iomanip>
 
 #include <fp16.h>
 #include <tables.h>
diff --git a/test/alt-to-fp32-value.cc b/test/alt-to-fp32-value.cc
index b9d880e..40c49c4 100644
--- a/test/alt-to-fp32-value.cc
+++ b/test/alt-to-fp32-value.cc
@@ -2,6 +2,7 @@
 
 #include <cstdint>
 #include <cmath>
+#include <iomanip>
 
 #include <fp16.h>
 #include <tables.h>
diff --git a/test/bitcasts.cc b/test/bitcasts.cc
index b106935..cb1b564 100644
--- a/test/bitcasts.cc
+++ b/test/bitcasts.cc
@@ -1,6 +1,7 @@
 #include <gtest/gtest.h>
 
 #include <cstdint>
+#include <iomanip>
 
 #include <fp16.h>
 
diff --git a/test/ieee-from-fp32-value.cc b/test/ieee-from-fp32-value.cc
index ec9afe7..dceaf9a 100644
--- a/test/ieee-from-fp32-value.cc
+++ b/test/ieee-from-fp32-value.cc
@@ -1,6 +1,7 @@
 #include <gtest/gtest.h>
 
 #include <cstdint>
+#include <iomanip>
 
 #include <fp16.h>
 #include <tables.h>
diff --git a/test/ieee-to-fp32-bits.cc b/test/ieee-to-fp32-bits.cc
index 284e1b1..13b41aa 100644
--- a/test/ieee-to-fp32-bits.cc
+++ b/test/ieee-to-fp32-bits.cc
@@ -1,6 +1,7 @@
 #include <gtest/gtest.h>
 
 #include <cstdint>
+#include <iomanip>
 
 #include <fp16.h>
 #include <tables.h>
diff --git a/test/ieee-to-fp32-value.cc b/test/ieee-to-fp32-value.cc
index 5258e92..cbcbbf8 100644
--- a/test/ieee-to-fp32-value.cc
+++ b/test/ieee-to-fp32-value.cc
@@ -2,6 +2,7 @@
 
 #include <cstdint>
 #include <cmath>
+#include <iomanip>
 
 #include <fp16.h>
 #include <tables.h>