[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1077426: marked as done (fp16: FTBFS: bitcasts.cc:14:60: error: ‘setfill’ is not a member of ‘std’)



Your message dated Tue, 20 Aug 2024 16:04:53 +0000
with message-id <E1sgRLp-007avD-Ik@fasolo.debian.org>
and subject line Bug#1077426: fixed in fp16 0.0~git20200514.4dfe081-5
has caused the Debian Bug report #1077426,
regarding fp16: FTBFS: bitcasts.cc:14:60: error: ‘setfill’ is not a member of ‘std’
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1077426: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077426
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: fp16
Version: 0.0~git20200514.4dfe081-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas@debian.org
Usertags: ftbfs-20240728 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> /usr/bin/c++  -I"/<<PKGBUILDDIR>>/test" -I"/<<PKGBUILDDIR>>/include" -isystem /usr/src/googletest/googletest/include -isystem /usr/src/googletest/googletest -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DGTEST_HAS_PTHREAD=1 -MD -MT CMakeFiles/alt-to-fp32-value-test.dir/test/alt-to-fp32-value.cc.o -MF CMakeFiles/alt-to-fp32-value-test.dir/test/alt-to-fp32-value.cc.o.d -o CMakeFiles/alt-to-fp32-value-test.dir/test/alt-to-fp32-value.cc.o -c "/<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc"
> /<<PKGBUILDDIR>>/test/bitcasts.cc: In member function ‘virtual void FP32_TO_BITS_positive_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/bitcasts.cc:14:60: error: ‘setfill’ is not a member of ‘std’
>    14 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc: In member function ‘virtual void FP16_ALT_TO_FP32_BITS_normalized_powers_of_2_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:37:52: error: ‘setfill’ is not a member of ‘std’
>    37 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:7:1: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
>     6 | #include <tables.h>
>   +++ |+#include <iomanip>
>     7 | 
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:38:36: error: ‘setw’ is not a member of ‘std’
>    38 |                 "F16 = 0x" << std::setw(4) << min_po2_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:38:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/bitcasts.cc:6:1: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
>     5 | #include <fp16.h>
>   +++ |+#include <iomanip>
>     6 | 
> /<<PKGBUILDDIR>>/test/bitcasts.cc:15:45: error: ‘setw’ is not a member of ‘std’
>    15 |                         "BITS = 0x" << std::setw(8) << bits << ", " <<
>       |                                             ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:39:41: error: ‘setw’ is not a member of ‘std’
>    39 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(min_po2_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/bitcasts.cc:15:45: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:39:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/bitcasts.cc:16:55: error: ‘setw’ is not a member of ‘std’
>    16 |                         "BITCAST(VALUE) = 0x" << std::setw(8) << fp32_to_bits(value);
>       |                                                       ^~~~
> /<<PKGBUILDDIR>>/test/bitcasts.cc:16:55: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:40:36: error: ‘setw’ is not a member of ‘std’
>    40 |                 "F32 = 0x" << std::setw(8) << min_po2_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:40:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:43:52: error: ‘setfill’ is not a member of ‘std’
>    43 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:43:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:44:36: error: ‘setw’ is not a member of ‘std’
>    44 |                 "F16 = 0x" << std::setw(4) << eighths_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:44:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:45:41: error: ‘setw’ is not a member of ‘std’
>    45 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(eighths_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:45:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:46:36: error: ‘setw’ is not a member of ‘std’
>    46 |                 "F32 = 0x" << std::setw(8) << eighths_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:46:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc: In member function ‘virtual void FP16_IEEE_TO_FP32_VALUE_normalized_powers_of_2_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:41:52: error: ‘setfill’ is not a member of ‘std’
>    41 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:8:1: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
>     7 | #include <tables.h>
>   +++ |+#include <iomanip>
>     8 | 
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:49:52: error: ‘setfill’ is not a member of ‘std’
>    49 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:49:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:50:36: error: ‘setw’ is not a member of ‘std’
>    50 |                 "F16 = 0x" << std::setw(4) << quarter_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:50:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/bitcasts.cc: In member function ‘virtual void FP32_TO_BITS_negative_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/bitcasts.cc:26:60: error: ‘setfill’ is not a member of ‘std’
>    26 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/bitcasts.cc:26:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:51:41: error: ‘setw’ is not a member of ‘std’
>    51 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(quarter_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:51:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/bitcasts.cc:27:45: error: ‘setw’ is not a member of ‘std’
>    27 |                         "BITS = 0x" << std::setw(8) << bits << ", " <<
>       |                                             ^~~~
> /<<PKGBUILDDIR>>/test/bitcasts.cc:27:45: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:52:36: error: ‘setw’ is not a member of ‘std’
>    52 |                 "F32 = 0x" << std::setw(8) << quarter_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/bitcasts.cc:28:55: error: ‘setw’ is not a member of ‘std’
>    28 |                         "BITCAST(VALUE) = 0x" << std::setw(8) << fp32_to_bits(value);
>       |                                                       ^~~~
> /<<PKGBUILDDIR>>/test/bitcasts.cc:28:55: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:42:36: error: ‘setw’ is not a member of ‘std’
>    42 |                 "F16 = 0x" << std::setw(4) << min_po2_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:42:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:52:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:43:41: error: ‘setw’ is not a member of ‘std’
>    43 |                 "F32(F16) = 0x" << std::setw(8) << min_po2_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:43:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:44:36: error: ‘setw’ is not a member of ‘std’
>    44 |                 "F32 = 0x" << std::setw(8) << min_po2_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:44:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:55:52: error: ‘setfill’ is not a member of ‘std’
>    55 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:55:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:56:36: error: ‘setw’ is not a member of ‘std’
>    56 |                 "F16 = 0x" << std::setw(4) << half_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:56:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:50:52: error: ‘setfill’ is not a member of ‘std’
>    50 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:57:41: error: ‘setw’ is not a member of ‘std’
>    57 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(half_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:57:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:58:36: error: ‘setw’ is not a member of ‘std’
>    58 |                 "F32 = 0x" << std::setw(8) << half_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:58:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:50:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:51:36: error: ‘setw’ is not a member of ‘std’
>    51 |                 "F16 = 0x" << std::setw(4) << eighths_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:51:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:52:41: error: ‘setw’ is not a member of ‘std’
>    52 |                 "F32(F16) = 0x" << std::setw(8) << eighths_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:52:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:53:36: error: ‘setw’ is not a member of ‘std’
>    53 |                 "F32 = 0x" << std::setw(8) << eighths_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:53:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:61:52: error: ‘setfill’ is not a member of ‘std’
>    61 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:61:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:62:36: error: ‘setw’ is not a member of ‘std’
>    62 |                 "F16 = 0x" << std::setw(4) << one_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/bitcasts.cc: In member function ‘virtual void FP32_FROM_BITS_positive_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/bitcasts.cc:39:60: error: ‘setfill’ is not a member of ‘std’
>    39 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:62:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:63:41: error: ‘setw’ is not a member of ‘std’
>    63 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(one_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/bitcasts.cc:39:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/bitcasts.cc:40:45: error: ‘setw’ is not a member of ‘std’
>    40 |                         "BITS = 0x" << std::setw(8) << bits << ", " <<
>       |                                             ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:63:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/bitcasts.cc:40:45: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:64:36: error: ‘setw’ is not a member of ‘std’
>    64 |                 "F32 = 0x" << std::setw(8) << one_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:64:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/bitcasts.cc:41:46: error: ‘setw’ is not a member of ‘std’
>    41 |                         "VALUE = 0x" << std::setw(8) << bitcast;
>       |                                              ^~~~
> /<<PKGBUILDDIR>>/test/bitcasts.cc:41:46: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:59:52: error: ‘setfill’ is not a member of ‘std’
>    59 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:59:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:60:36: error: ‘setw’ is not a member of ‘std’
>    60 |                 "F16 = 0x" << std::setw(4) << quarter_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:60:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:61:41: error: ‘setw’ is not a member of ‘std’
>    61 |                 "F32(F16) = 0x" << std::setw(8) << quarter_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:61:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:62:36: error: ‘setw’ is not a member of ‘std’
>    62 |                 "F32 = 0x" << std::setw(8) << quarter_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:62:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:67:52: error: ‘setfill’ is not a member of ‘std’
>    67 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:67:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:68:36: error: ‘setw’ is not a member of ‘std’
>    68 |                 "F16 = 0x" << std::setw(4) << two_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:68:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:69:41: error: ‘setw’ is not a member of ‘std’
>    69 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(two_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:69:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:70:36: error: ‘setw’ is not a member of ‘std’
>    70 |                 "F32 = 0x" << std::setw(8) << two_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:70:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:68:52: error: ‘setfill’ is not a member of ‘std’
>    68 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:68:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:69:36: error: ‘setw’ is not a member of ‘std’
>    69 |                 "F16 = 0x" << std::setw(4) << half_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:69:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:70:41: error: ‘setw’ is not a member of ‘std’
>    70 |                 "F32(F16) = 0x" << std::setw(8) << half_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:70:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:71:36: error: ‘setw’ is not a member of ‘std’
>    71 |                 "F32 = 0x" << std::setw(8) << half_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:71:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:73:52: error: ‘setfill’ is not a member of ‘std’
>    73 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:73:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/bitcasts.cc: In member function ‘virtual void FP32_FROM_BITS_negative_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/bitcasts.cc:52:60: error: ‘setfill’ is not a member of ‘std’
>    52 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:74:36: error: ‘setw’ is not a member of ‘std’
>    74 |                 "F16 = 0x" << std::setw(4) << four_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:74:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:75:41: error: ‘setw’ is not a member of ‘std’
>    75 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(four_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/bitcasts.cc:52:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/bitcasts.cc:53:45: error: ‘setw’ is not a member of ‘std’
>    53 |                         "BITS = 0x" << std::setw(8) << bits << ", " <<
>       |                                             ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:75:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/bitcasts.cc:53:45: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:76:36: error: ‘setw’ is not a member of ‘std’
>    76 |                 "F32 = 0x" << std::setw(8) << four_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:76:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/bitcasts.cc:54:46: error: ‘setw’ is not a member of ‘std’
>    54 |                         "VALUE = 0x" << std::setw(8) << bitcast;
>       |                                              ^~~~
> /<<PKGBUILDDIR>>/test/bitcasts.cc:54:46: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:77:52: error: ‘setfill’ is not a member of ‘std’
>    77 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:77:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:78:36: error: ‘setw’ is not a member of ‘std’
>    78 |                 "F16 = 0x" << std::setw(4) << one_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:78:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:79:41: error: ‘setw’ is not a member of ‘std’
>    79 |                 "F32(F16) = 0x" << std::setw(8) << one_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:79:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:80:36: error: ‘setw’ is not a member of ‘std’
>    80 |                 "F32 = 0x" << std::setw(8) << one_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:80:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:79:52: error: ‘setfill’ is not a member of ‘std’
>    79 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:79:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:80:36: error: ‘setw’ is not a member of ‘std’
>    80 |                 "F16 = 0x" << std::setw(4) << eight_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:80:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:81:41: error: ‘setw’ is not a member of ‘std’
>    81 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(eight_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:81:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:82:36: error: ‘setw’ is not a member of ‘std’
>    82 |                 "F32 = 0x" << std::setw(8) << eight_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:82:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:86:52: error: ‘setfill’ is not a member of ‘std’
>    86 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:86:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:87:36: error: ‘setw’ is not a member of ‘std’
>    87 |                 "F16 = 0x" << std::setw(4) << two_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:87:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:85:52: error: ‘setfill’ is not a member of ‘std’
>    85 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:85:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:86:36: error: ‘setw’ is not a member of ‘std’
>    86 |                 "F16 = 0x" << std::setw(4) << sixteen_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:88:41: error: ‘setw’ is not a member of ‘std’
>    88 |                 "F32(F16) = 0x" << std::setw(8) << two_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:88:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:89:36: error: ‘setw’ is not a member of ‘std’
>    89 |                 "F32 = 0x" << std::setw(8) << two_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:86:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:89:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:87:41: error: ‘setw’ is not a member of ‘std’
>    87 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(sixteen_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:87:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:88:36: error: ‘setw’ is not a member of ‘std’
>    88 |                 "F32 = 0x" << std::setw(8) << sixteen_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:88:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:91:52: error: ‘setfill’ is not a member of ‘std’
>    91 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:95:52: error: ‘setfill’ is not a member of ‘std’
>    95 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:95:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:91:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:96:36: error: ‘setw’ is not a member of ‘std’
>    96 |                 "F16 = 0x" << std::setw(4) << four_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:96:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:97:41: error: ‘setw’ is not a member of ‘std’
>    97 |                 "F32(F16) = 0x" << std::setw(8) << four_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:92:36: error: ‘setw’ is not a member of ‘std’
>    92 |                 "F16 = 0x" << std::setw(4) << thirtytwo_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:92:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:93:41: error: ‘setw’ is not a member of ‘std’
>    93 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(thirtytwo_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:97:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:98:36: error: ‘setw’ is not a member of ‘std’
>    98 |                 "F32 = 0x" << std::setw(8) << four_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:93:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:98:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:94:36: error: ‘setw’ is not a member of ‘std’
>    94 |                 "F32 = 0x" << std::setw(8) << thirtytwo_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:94:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:97:52: error: ‘setfill’ is not a member of ‘std’
>    97 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:104:52: error: ‘setfill’ is not a member of ‘std’
>   104 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:104:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:105:36: error: ‘setw’ is not a member of ‘std’
>   105 |                 "F16 = 0x" << std::setw(4) << eight_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:97:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:98:36: error: ‘setw’ is not a member of ‘std’
>    98 |                 "F16 = 0x" << std::setw(4) << sixtyfour_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:98:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:105:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:99:41: error: ‘setw’ is not a member of ‘std’
>    99 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(sixtyfour_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:99:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:100:36: error: ‘setw’ is not a member of ‘std’
>   100 |                 "F32 = 0x" << std::setw(8) << sixtyfour_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:106:41: error: ‘setw’ is not a member of ‘std’
>   106 |                 "F32(F16) = 0x" << std::setw(8) << eight_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:106:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:107:36: error: ‘setw’ is not a member of ‘std’
>   107 |                 "F32 = 0x" << std::setw(8) << eight_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:107:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:100:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:103:52: error: ‘setfill’ is not a member of ‘std’
>   103 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:113:52: error: ‘setfill’ is not a member of ‘std’
>   113 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:113:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:114:36: error: ‘setw’ is not a member of ‘std’
>   114 |                 "F16 = 0x" << std::setw(4) << sixteen_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:114:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:103:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:115:41: error: ‘setw’ is not a member of ‘std’
>   115 |                 "F32(F16) = 0x" << std::setw(8) << sixteen_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:115:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:116:36: error: ‘setw’ is not a member of ‘std’
>   116 |                 "F32 = 0x" << std::setw(8) << sixteen_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:104:36: error: ‘setw’ is not a member of ‘std’
>   104 |                 "F16 = 0x" << std::setw(4) << max_po2_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:104:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:116:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:105:41: error: ‘setw’ is not a member of ‘std’
>   105 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(max_po2_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:105:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:106:36: error: ‘setw’ is not a member of ‘std’
>   106 |                 "F32 = 0x" << std::setw(8) << max_po2_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:106:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:122:52: error: ‘setfill’ is not a member of ‘std’
>   122 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:122:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:123:36: error: ‘setw’ is not a member of ‘std’
>   123 |                 "F16 = 0x" << std::setw(4) << thirtytwo_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:123:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:124:41: error: ‘setw’ is not a member of ‘std’
>   124 |                 "F32(F16) = 0x" << std::setw(8) << thirtytwo_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:124:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:125:36: error: ‘setw’ is not a member of ‘std’
>   125 |                 "F32 = 0x" << std::setw(8) << thirtytwo_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:125:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:131:52: error: ‘setfill’ is not a member of ‘std’
>   131 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:131:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:132:36: error: ‘setw’ is not a member of ‘std’
>   132 |                 "F16 = 0x" << std::setw(4) << sixtyfour_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:132:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:133:41: error: ‘setw’ is not a member of ‘std’
>   133 |                 "F32(F16) = 0x" << std::setw(8) << sixtyfour_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:133:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:134:36: error: ‘setw’ is not a member of ‘std’
>   134 |                 "F32 = 0x" << std::setw(8) << sixtyfour_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:134:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc: In member function ‘virtual void FP16_ALT_TO_FP32_BITS_denormalized_powers_of_2_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:133:52: error: ‘setfill’ is not a member of ‘std’
>   133 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:133:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:134:36: error: ‘setw’ is not a member of ‘std’
>   134 |                 "F16 = 0x" << std::setw(4) << exp2_minus_15_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:134:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:140:52: error: ‘setfill’ is not a member of ‘std’
>   140 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:135:41: error: ‘setw’ is not a member of ‘std’
>   135 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(exp2_minus_15_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:135:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:136:36: error: ‘setw’ is not a member of ‘std’
>   136 |                 "F32 = 0x" << std::setw(8) << exp2_minus_15_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:140:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:136:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:141:36: error: ‘setw’ is not a member of ‘std’
>   141 |                 "F16 = 0x" << std::setw(4) << max_po2_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:141:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:142:41: error: ‘setw’ is not a member of ‘std’
>   142 |                 "F32(F16) = 0x" << std::setw(8) << max_po2_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:142:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:143:36: error: ‘setw’ is not a member of ‘std’
>   143 |                 "F32 = 0x" << std::setw(8) << max_po2_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:143:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:139:52: error: ‘setfill’ is not a member of ‘std’
>   139 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:139:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:140:36: error: ‘setw’ is not a member of ‘std’
>   140 |                 "F16 = 0x" << std::setw(4) << exp2_minus_16_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:140:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:141:41: error: ‘setw’ is not a member of ‘std’
>   141 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(exp2_minus_16_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:141:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:142:36: error: ‘setw’ is not a member of ‘std’
>   142 |                 "F32 = 0x" << std::setw(8) << exp2_minus_16_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:142:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:145:52: error: ‘setfill’ is not a member of ‘std’
>   145 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:145:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:146:36: error: ‘setw’ is not a member of ‘std’
>   146 |                 "F16 = 0x" << std::setw(4) << exp2_minus_17_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:146:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:147:41: error: ‘setw’ is not a member of ‘std’
>   147 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(exp2_minus_17_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:147:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:148:36: error: ‘setw’ is not a member of ‘std’
>   148 |                 "F32 = 0x" << std::setw(8) << exp2_minus_17_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:148:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:151:52: error: ‘setfill’ is not a member of ‘std’
>   151 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:151:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:152:36: error: ‘setw’ is not a member of ‘std’
>   152 |                 "F16 = 0x" << std::setw(4) << exp2_minus_18_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:152:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:153:41: error: ‘setw’ is not a member of ‘std’
>   153 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(exp2_minus_18_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:153:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc: In member function ‘virtual void FP16_IEEE_TO_FP32_VALUE_denormalized_powers_of_2_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:173:52: error: ‘setfill’ is not a member of ‘std’
>   173 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:154:36: error: ‘setw’ is not a member of ‘std’
>   154 |                 "F32 = 0x" << std::setw(8) << exp2_minus_18_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:154:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:173:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:174:36: error: ‘setw’ is not a member of ‘std’
>   174 |                 "F16 = 0x" << std::setw(4) << exp2_minus_15_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:174:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:175:41: error: ‘setw’ is not a member of ‘std’
>   175 |                 "F32(F16) = 0x" << std::setw(8) << exp2_minus_15_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:175:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:176:36: error: ‘setw’ is not a member of ‘std’
>   176 |                 "F32 = 0x" << std::setw(8) << exp2_minus_15_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:176:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:157:52: error: ‘setfill’ is not a member of ‘std’
>   157 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:157:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:158:36: error: ‘setw’ is not a member of ‘std’
>   158 |                 "F16 = 0x" << std::setw(4) << exp2_minus_19_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:158:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:159:41: error: ‘setw’ is not a member of ‘std’
>   159 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(exp2_minus_19_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:159:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:160:36: error: ‘setw’ is not a member of ‘std’
>   160 |                 "F32 = 0x" << std::setw(8) << exp2_minus_19_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:160:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:182:52: error: ‘setfill’ is not a member of ‘std’
>   182 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:182:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:183:36: error: ‘setw’ is not a member of ‘std’
>   183 |                 "F16 = 0x" << std::setw(4) << exp2_minus_16_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:183:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:184:41: error: ‘setw’ is not a member of ‘std’
>   184 |                 "F32(F16) = 0x" << std::setw(8) << exp2_minus_16_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:184:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:185:36: error: ‘setw’ is not a member of ‘std’
>   185 |                 "F32 = 0x" << std::setw(8) << exp2_minus_16_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:185:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:163:52: error: ‘setfill’ is not a member of ‘std’
>   163 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:163:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:164:36: error: ‘setw’ is not a member of ‘std’
>   164 |                 "F16 = 0x" << std::setw(4) << exp2_minus_20_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:164:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:165:41: error: ‘setw’ is not a member of ‘std’
>   165 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(exp2_minus_20_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:165:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:166:36: error: ‘setw’ is not a member of ‘std’
>   166 |                 "F32 = 0x" << std::setw(8) << exp2_minus_20_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:166:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:191:52: error: ‘setfill’ is not a member of ‘std’
>   191 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:191:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:192:36: error: ‘setw’ is not a member of ‘std’
>   192 |                 "F16 = 0x" << std::setw(4) << exp2_minus_17_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:192:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:193:41: error: ‘setw’ is not a member of ‘std’
>   193 |                 "F32(F16) = 0x" << std::setw(8) << exp2_minus_17_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:193:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:194:36: error: ‘setw’ is not a member of ‘std’
>   194 |                 "F32 = 0x" << std::setw(8) << exp2_minus_17_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:194:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:169:52: error: ‘setfill’ is not a member of ‘std’
>   169 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:169:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:170:36: error: ‘setw’ is not a member of ‘std’
>   170 |                 "F16 = 0x" << std::setw(4) << exp2_minus_21_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:170:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:171:41: error: ‘setw’ is not a member of ‘std’
>   171 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(exp2_minus_21_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:171:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:172:36: error: ‘setw’ is not a member of ‘std’
>   172 |                 "F32 = 0x" << std::setw(8) << exp2_minus_21_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:172:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:200:52: error: ‘setfill’ is not a member of ‘std’
>   200 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:200:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:201:36: error: ‘setw’ is not a member of ‘std’
>   201 |                 "F16 = 0x" << std::setw(4) << exp2_minus_18_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:201:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:202:41: error: ‘setw’ is not a member of ‘std’
>   202 |                 "F32(F16) = 0x" << std::setw(8) << exp2_minus_18_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:202:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:203:36: error: ‘setw’ is not a member of ‘std’
>   203 |                 "F32 = 0x" << std::setw(8) << exp2_minus_18_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:203:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:175:52: error: ‘setfill’ is not a member of ‘std’
>   175 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:175:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:176:36: error: ‘setw’ is not a member of ‘std’
>   176 |                 "F16 = 0x" << std::setw(4) << exp2_minus_22_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:176:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:177:41: error: ‘setw’ is not a member of ‘std’
>   177 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(exp2_minus_22_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:177:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:178:36: error: ‘setw’ is not a member of ‘std’
>   178 |                 "F32 = 0x" << std::setw(8) << exp2_minus_22_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:178:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:209:52: error: ‘setfill’ is not a member of ‘std’
>   209 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:209:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:210:36: error: ‘setw’ is not a member of ‘std’
>   210 |                 "F16 = 0x" << std::setw(4) << exp2_minus_19_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:210:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:211:41: error: ‘setw’ is not a member of ‘std’
>   211 |                 "F32(F16) = 0x" << std::setw(8) << exp2_minus_19_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:211:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:212:36: error: ‘setw’ is not a member of ‘std’
>   212 |                 "F32 = 0x" << std::setw(8) << exp2_minus_19_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:181:52: error: ‘setfill’ is not a member of ‘std’
>   181 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:212:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:181:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:182:36: error: ‘setw’ is not a member of ‘std’
>   182 |                 "F16 = 0x" << std::setw(4) << exp2_minus_23_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:182:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:183:41: error: ‘setw’ is not a member of ‘std’
>   183 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(exp2_minus_23_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:183:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:184:36: error: ‘setw’ is not a member of ‘std’
>   184 |                 "F32 = 0x" << std::setw(8) << exp2_minus_23_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:184:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:218:52: error: ‘setfill’ is not a member of ‘std’
>   218 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:218:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:219:36: error: ‘setw’ is not a member of ‘std’
>   219 |                 "F16 = 0x" << std::setw(4) << exp2_minus_20_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:219:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:220:41: error: ‘setw’ is not a member of ‘std’
>   220 |                 "F32(F16) = 0x" << std::setw(8) << exp2_minus_20_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:220:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:187:52: error: ‘setfill’ is not a member of ‘std’
>   187 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:221:36: error: ‘setw’ is not a member of ‘std’
>   221 |                 "F32 = 0x" << std::setw(8) << exp2_minus_20_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:221:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:187:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:188:36: error: ‘setw’ is not a member of ‘std’
>   188 |                 "F16 = 0x" << std::setw(4) << exp2_minus_24_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:188:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:189:41: error: ‘setw’ is not a member of ‘std’
>   189 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(exp2_minus_24_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:189:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:190:36: error: ‘setw’ is not a member of ‘std’
>   190 |                 "F32 = 0x" << std::setw(8) << exp2_minus_24_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:190:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:227:52: error: ‘setfill’ is not a member of ‘std’
>   227 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:227:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:228:36: error: ‘setw’ is not a member of ‘std’
>   228 |                 "F16 = 0x" << std::setw(4) << exp2_minus_21_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:228:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:229:41: error: ‘setw’ is not a member of ‘std’
>   229 |                 "F32(F16) = 0x" << std::setw(8) << exp2_minus_21_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:229:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:230:36: error: ‘setw’ is not a member of ‘std’
>   230 |                 "F32 = 0x" << std::setw(8) << exp2_minus_21_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:230:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:236:52: error: ‘setfill’ is not a member of ‘std’
>   236 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:236:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:237:36: error: ‘setw’ is not a member of ‘std’
>   237 |                 "F16 = 0x" << std::setw(4) << exp2_minus_22_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:237:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:238:41: error: ‘setw’ is not a member of ‘std’
>   238 |                 "F32(F16) = 0x" << std::setw(8) << exp2_minus_22_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:238:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:239:36: error: ‘setw’ is not a member of ‘std’
>   239 |                 "F32 = 0x" << std::setw(8) << exp2_minus_22_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:239:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc: In member function ‘virtual void FP16_ALT_TO_FP32_BITS_zero_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:201:52: error: ‘setfill’ is not a member of ‘std’
>   201 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:201:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:202:36: error: ‘setw’ is not a member of ‘std’
>   202 |                 "F16 = 0x" << std::setw(4) << positive_zero_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:202:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:245:52: error: ‘setfill’ is not a member of ‘std’
>   245 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:203:41: error: ‘setw’ is not a member of ‘std’
>   203 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(positive_zero_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:203:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:245:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:204:36: error: ‘setw’ is not a member of ‘std’
>   204 |                 "F32 = 0x" << std::setw(8) << positive_zero_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:204:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:246:36: error: ‘setw’ is not a member of ‘std’
>   246 |                 "F16 = 0x" << std::setw(4) << exp2_minus_23_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:246:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:247:41: error: ‘setw’ is not a member of ‘std’
>   247 |                 "F32(F16) = 0x" << std::setw(8) << exp2_minus_23_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:247:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:248:36: error: ‘setw’ is not a member of ‘std’
>   248 |                 "F32 = 0x" << std::setw(8) << exp2_minus_23_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:248:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:207:52: error: ‘setfill’ is not a member of ‘std’
>   207 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:207:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:208:36: error: ‘setw’ is not a member of ‘std’
>   208 |                 "F16 = 0x" << std::setw(4) << negative_zero_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:208:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:209:41: error: ‘setw’ is not a member of ‘std’
>   209 |                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(negative_zero_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:209:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:210:36: error: ‘setw’ is not a member of ‘std’
>   210 |                 "F32 = 0x" << std::setw(8) << negative_zero_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:210:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:254:52: error: ‘setfill’ is not a member of ‘std’
>   254 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:254:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:255:36: error: ‘setw’ is not a member of ‘std’
>   255 |                 "F16 = 0x" << std::setw(4) << exp2_minus_24_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:255:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:256:41: error: ‘setw’ is not a member of ‘std’
>   256 |                 "F32(F16) = 0x" << std::setw(8) << exp2_minus_24_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:256:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:257:36: error: ‘setw’ is not a member of ‘std’
>   257 |                 "F32 = 0x" << std::setw(8) << exp2_minus_24_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:257:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc: In member function ‘virtual void FP16_ALT_TO_FP32_BITS_positive_normalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:220:68: error: ‘setfill’ is not a member of ‘std’
>   220 |                                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:220:68: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:221:52: error: ‘setw’ is not a member of ‘std’
>   221 |                                 "F16 = 0x" << std::setw(4) << fp16 << ", " <<
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:221:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:222:57: error: ‘setw’ is not a member of ‘std’
>   222 |                                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(fp16) << ", " <<
>       |                                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:222:57: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:223:52: error: ‘setw’ is not a member of ‘std’
>   223 |                                 "F32 = 0x" << std::setw(8) << fp32;
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:223:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc: In member function ‘virtual void FP16_IEEE_TO_FP32_VALUE_zero_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:271:52: error: ‘setfill’ is not a member of ‘std’
>   271 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:271:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:272:36: error: ‘setw’ is not a member of ‘std’
>   272 |                 "F16 = 0x" << std::setw(4) << positive_zero_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:272:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:273:41: error: ‘setw’ is not a member of ‘std’
>   273 |                 "F32(F16) = 0x" << std::setw(8) << positive_zero_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:273:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:274:36: error: ‘setw’ is not a member of ‘std’
>   274 |                 "F32 = 0x" << std::setw(8) << positive_zero_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:274:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:280:52: error: ‘setfill’ is not a member of ‘std’
>   280 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:280:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:281:36: error: ‘setw’ is not a member of ‘std’
>   281 |                 "F16 = 0x" << std::setw(4) << negative_zero_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:281:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:282:41: error: ‘setw’ is not a member of ‘std’
>   282 |                 "F32(F16) = 0x" << std::setw(8) << negative_zero_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:282:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:283:36: error: ‘setw’ is not a member of ‘std’
>   283 |                 "F32 = 0x" << std::setw(8) << negative_zero_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:283:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc: In member function ‘virtual void FP16_ALT_TO_FP32_BITS_negative_normalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:235:68: error: ‘setfill’ is not a member of ‘std’
>   235 |                                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:235:68: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:236:52: error: ‘setw’ is not a member of ‘std’
>   236 |                                 "F16 = 0x" << std::setw(4) << fp16 << ", " <<
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:236:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:237:57: error: ‘setw’ is not a member of ‘std’
>   237 |                                 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(fp16) << ", " <<
>       |                                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:237:57: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:238:52: error: ‘setw’ is not a member of ‘std’
>   238 |                                 "F32 = 0x" << std::setw(8) << fp32;
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:238:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc: In member function ‘virtual void FP16_IEEE_TO_FP32_VALUE_infinity_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:297:52: error: ‘setfill’ is not a member of ‘std’
>   297 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:297:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:298:36: error: ‘setw’ is not a member of ‘std’
>   298 |                 "F16 = 0x" << std::setw(4) << positive_infinity_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:298:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:299:41: error: ‘setw’ is not a member of ‘std’
>   299 |                 "F32(F16) = 0x" << std::setw(8) << positive_infinity_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:299:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:300:36: error: ‘setw’ is not a member of ‘std’
>   300 |                 "F32 = 0x" << std::setw(8) << positive_infinity_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:300:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc: In member function ‘virtual void FP16_ALT_TO_FP32_BITS_positive_denormalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:246:60: error: ‘setfill’ is not a member of ‘std’
>   246 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:246:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:247:44: error: ‘setw’ is not a member of ‘std’
>   247 |                         "F16 = 0x" << std::setw(4) << h << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:247:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:248:49: error: ‘setw’ is not a member of ‘std’
>   248 |                         "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(h) << ", " <<
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:248:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:249:44: error: ‘setw’ is not a member of ‘std’
>   249 |                         "F32 = 0x" << std::setw(8) << fp16::denormalizedValues[h];
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:249:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:306:52: error: ‘setfill’ is not a member of ‘std’
>   306 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:306:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:307:36: error: ‘setw’ is not a member of ‘std’
>   307 |                 "F16 = 0x" << std::setw(4) << negative_infinity_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:307:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:308:41: error: ‘setw’ is not a member of ‘std’
>   308 |                 "F32(F16) = 0x" << std::setw(8) << negative_infinity_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:308:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:309:36: error: ‘setw’ is not a member of ‘std’
>   309 |                 "F32 = 0x" << std::setw(8) << negative_infinity_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:309:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc: In member function ‘virtual void FP16_ALT_TO_FP32_BITS_negative_denormalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:258:60: error: ‘setfill’ is not a member of ‘std’
>   258 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:258:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:259:44: error: ‘setw’ is not a member of ‘std’
>   259 |                         "F16 = 0x" << std::setw(4) << fp16 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:259:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:260:49: error: ‘setw’ is not a member of ‘std’
>   260 |                         "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(fp16) << ", " <<
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:260:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:261:44: error: ‘setw’ is not a member of ‘std’
>   261 |                         "F32 = 0x" << std::setw(8) << fp32;
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-bits.cc:261:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc: In member function ‘virtual void FP16_IEEE_TO_FP32_VALUE_positive_nan_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:323:60: error: ‘setfill’ is not a member of ‘std’
>   323 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:323:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:324:44: error: ‘setw’ is not a member of ‘std’
>   324 |                         "F16 = 0x" << std::setw(4) << nan_f16 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:324:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:325:49: error: ‘setw’ is not a member of ‘std’
>   325 |                         "F32(F16) = 0x" << std::setw(8) << nan_bits;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:325:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:329:60: error: ‘setfill’ is not a member of ‘std’
>   329 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:329:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:330:44: error: ‘setw’ is not a member of ‘std’
>   330 |                         "F16 = 0x" << std::setw(4) << nan_f16 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:330:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:331:49: error: ‘setw’ is not a member of ‘std’
>   331 |                         "F32(F16) = 0x" << std::setw(8) << nan_bits;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:331:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc: In member function ‘virtual void FP16_IEEE_TO_FP32_VALUE_negative_nan_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:346:60: error: ‘setfill’ is not a member of ‘std’
>   346 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:346:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:347:44: error: ‘setw’ is not a member of ‘std’
>   347 |                         "F16 = 0x" << std::setw(4) << nan_f16 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:347:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:348:49: error: ‘setw’ is not a member of ‘std’
>   348 |                         "F32(F16) = 0x" << std::setw(8) << nan_bits;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:348:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:352:60: error: ‘setfill’ is not a member of ‘std’
>   352 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:352:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:353:44: error: ‘setw’ is not a member of ‘std’
>   353 |                         "F16 = 0x" << std::setw(4) << nan_f16 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:353:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:354:49: error: ‘setw’ is not a member of ‘std’
>   354 |                         "F32(F16) = 0x" << std::setw(8) << nan_bits;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:354:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc: In member function ‘virtual void FP16_IEEE_TO_FP32_VALUE_positive_normalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:368:68: error: ‘setfill’ is not a member of ‘std’
>   368 |                                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:368:68: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:369:52: error: ‘setw’ is not a member of ‘std’
>   369 |                                 "F16 = 0x" << std::setw(4) << fp16 << ", " <<
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:369:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:370:57: error: ‘setw’ is not a member of ‘std’
>   370 |                                 "F32(F16) = 0x" << std::setw(8) << bits << ", " <<
>       |                                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:370:57: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:371:52: error: ‘setw’ is not a member of ‘std’
>   371 |                                 "F32 = 0x" << std::setw(8) << fp32;
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:371:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc: In member function ‘virtual void FP16_IEEE_TO_FP32_VALUE_negative_normalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:386:68: error: ‘setfill’ is not a member of ‘std’
>   386 |                                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:386:68: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:387:52: error: ‘setw’ is not a member of ‘std’
>   387 |                                 "F16 = 0x" << std::setw(4) << fp16 << ", " <<
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:387:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:388:57: error: ‘setw’ is not a member of ‘std’
>   388 |                                 "F32(F16) = 0x" << std::setw(8) << bits << ", " <<
>       |                                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:388:57: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:389:52: error: ‘setw’ is not a member of ‘std’
>   389 |                                 "F32 = 0x" << std::setw(8) << fp32;
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:389:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc: In member function ‘virtual void FP16_IEEE_TO_FP32_VALUE_positive_denormalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:400:60: error: ‘setfill’ is not a member of ‘std’
>   400 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:400:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:401:44: error: ‘setw’ is not a member of ‘std’
>   401 |                         "F16 = 0x" << std::setw(4) << h << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:401:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:402:49: error: ‘setw’ is not a member of ‘std’
>   402 |                         "F32(F16) = 0x" << std::setw(8) << bits << ", " <<
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:402:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:403:44: error: ‘setw’ is not a member of ‘std’
>   403 |                         "F32 = 0x" << std::setw(8) << fp16::denormalizedValues[h];
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:403:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc: In member function ‘virtual void FP16_IEEE_TO_FP32_VALUE_negative_denormalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:415:60: error: ‘setfill’ is not a member of ‘std’
>   415 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:415:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:416:44: error: ‘setw’ is not a member of ‘std’
>   416 |                         "F16 = 0x" << std::setw(4) << fp16 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:416:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:417:49: error: ‘setw’ is not a member of ‘std’
>   417 |                         "F32(F16) = 0x" << std::setw(8) << bits << ", " <<
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:417:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:418:44: error: ‘setw’ is not a member of ‘std’
>   418 |                         "F32 = 0x" << std::setw(8) << fp32;
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-value.cc:418:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc: In member function ‘virtual void FP16_IEEE_TO_FP32_BITS_normalized_powers_of_2_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:37:52: error: ‘setfill’ is not a member of ‘std’
>    37 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:7:1: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
>     6 | #include <tables.h>
>   +++ |+#include <iomanip>
>     7 | 
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:38:36: error: ‘setw’ is not a member of ‘std’
>    38 |                 "F16 = 0x" << std::setw(4) << min_po2_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:38:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:39:41: error: ‘setw’ is not a member of ‘std’
>    39 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(min_po2_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:39:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:40:36: error: ‘setw’ is not a member of ‘std’
>    40 |                 "F32 = 0x" << std::setw(8) << min_po2_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:40:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:43:52: error: ‘setfill’ is not a member of ‘std’
>    43 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:43:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:44:36: error: ‘setw’ is not a member of ‘std’
>    44 |                 "F16 = 0x" << std::setw(4) << eighths_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:44:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:45:41: error: ‘setw’ is not a member of ‘std’
>    45 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(eighths_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:45:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:46:36: error: ‘setw’ is not a member of ‘std’
>    46 |                 "F32 = 0x" << std::setw(8) << eighths_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:46:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:49:52: error: ‘setfill’ is not a member of ‘std’
>    49 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:49:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:50:36: error: ‘setw’ is not a member of ‘std’
>    50 |                 "F16 = 0x" << std::setw(4) << quarter_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:50:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:51:41: error: ‘setw’ is not a member of ‘std’
>    51 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(quarter_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:51:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:52:36: error: ‘setw’ is not a member of ‘std’
>    52 |                 "F32 = 0x" << std::setw(8) << quarter_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:52:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:55:52: error: ‘setfill’ is not a member of ‘std’
>    55 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:55:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:56:36: error: ‘setw’ is not a member of ‘std’
>    56 |                 "F16 = 0x" << std::setw(4) << half_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:56:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:57:41: error: ‘setw’ is not a member of ‘std’
>    57 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(half_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:57:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:58:36: error: ‘setw’ is not a member of ‘std’
>    58 |                 "F32 = 0x" << std::setw(8) << half_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:58:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:61:52: error: ‘setfill’ is not a member of ‘std’
>    61 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:61:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:62:36: error: ‘setw’ is not a member of ‘std’
>    62 |                 "F16 = 0x" << std::setw(4) << one_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:62:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:63:41: error: ‘setw’ is not a member of ‘std’
>    63 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(one_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:63:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:64:36: error: ‘setw’ is not a member of ‘std’
>    64 |                 "F32 = 0x" << std::setw(8) << one_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:64:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc: In member function ‘virtual void FP16_ALT_FROM_FP32_VALUE_normalized_powers_of_2_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:43:52: error: ‘setfill’ is not a member of ‘std’
>    43 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:67:52: error: ‘setfill’ is not a member of ‘std’
>    67 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:67:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:7:1: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
>     6 | #include <tables.h>
>   +++ |+#include <iomanip>
>     7 | 
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:68:36: error: ‘setw’ is not a member of ‘std’
>    68 |                 "F16 = 0x" << std::setw(4) << two_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:68:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:69:41: error: ‘setw’ is not a member of ‘std’
>    69 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(two_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:69:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:70:36: error: ‘setw’ is not a member of ‘std’
>    70 |                 "F32 = 0x" << std::setw(8) << two_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:44:36: error: ‘setw’ is not a member of ‘std’
>    44 |                 "F32 = 0x" << std::setw(8) << min_po2_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:44:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:70:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:45:41: error: ‘setw’ is not a member of ‘std’
>    45 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(min_po2_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:45:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:46:36: error: ‘setw’ is not a member of ‘std’
>    46 |                 "F16 = 0x" << std::setw(4) << min_po2_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:46:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:73:52: error: ‘setfill’ is not a member of ‘std’
>    73 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:73:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:74:36: error: ‘setw’ is not a member of ‘std’
>    74 |                 "F16 = 0x" << std::setw(4) << four_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:74:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:51:52: error: ‘setfill’ is not a member of ‘std’
>    51 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:51:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:52:36: error: ‘setw’ is not a member of ‘std’
>    52 |                 "F32 = 0x" << std::setw(8) << eighths_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:75:41: error: ‘setw’ is not a member of ‘std’
>    75 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(four_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:52:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:75:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:53:41: error: ‘setw’ is not a member of ‘std’
>    53 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(eighths_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:53:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:76:36: error: ‘setw’ is not a member of ‘std’
>    76 |                 "F32 = 0x" << std::setw(8) << four_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:76:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:54:36: error: ‘setw’ is not a member of ‘std’
>    54 |                 "F16 = 0x" << std::setw(4) << eighths_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:54:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:79:52: error: ‘setfill’ is not a member of ‘std’
>    79 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:59:52: error: ‘setfill’ is not a member of ‘std’
>    59 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:59:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:60:36: error: ‘setw’ is not a member of ‘std’
>    60 |                 "F32 = 0x" << std::setw(8) << quarter_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:60:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:61:41: error: ‘setw’ is not a member of ‘std’
>    61 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(quarter_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:79:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:80:36: error: ‘setw’ is not a member of ‘std’
>    80 |                 "F16 = 0x" << std::setw(4) << eight_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:61:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:80:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:62:36: error: ‘setw’ is not a member of ‘std’
>    62 |                 "F16 = 0x" << std::setw(4) << quarter_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:81:41: error: ‘setw’ is not a member of ‘std’
>    81 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(eight_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:62:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:81:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:82:36: error: ‘setw’ is not a member of ‘std’
>    82 |                 "F32 = 0x" << std::setw(8) << eight_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:82:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:67:52: error: ‘setfill’ is not a member of ‘std’
>    67 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:85:52: error: ‘setfill’ is not a member of ‘std’
>    85 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:67:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:68:36: error: ‘setw’ is not a member of ‘std’
>    68 |                 "F32 = 0x" << std::setw(8) << half_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:85:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:86:36: error: ‘setw’ is not a member of ‘std’
>    86 |                 "F16 = 0x" << std::setw(4) << sixteen_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:68:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:86:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:69:41: error: ‘setw’ is not a member of ‘std’
>    69 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(half_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:69:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:87:41: error: ‘setw’ is not a member of ‘std’
>    87 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(sixteen_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:87:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:88:36: error: ‘setw’ is not a member of ‘std’
>    88 |                 "F32 = 0x" << std::setw(8) << sixteen_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:70:36: error: ‘setw’ is not a member of ‘std’
>    70 |                 "F16 = 0x" << std::setw(4) << half_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:70:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:88:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:91:52: error: ‘setfill’ is not a member of ‘std’
>    91 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:75:52: error: ‘setfill’ is not a member of ‘std’
>    75 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:75:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:76:36: error: ‘setw’ is not a member of ‘std’
>    76 |                 "F32 = 0x" << std::setw(8) << one_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:76:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:91:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:77:41: error: ‘setw’ is not a member of ‘std’
>    77 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(one_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:77:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:78:36: error: ‘setw’ is not a member of ‘std’
>    78 |                 "F16 = 0x" << std::setw(4) << one_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:92:36: error: ‘setw’ is not a member of ‘std’
>    92 |                 "F16 = 0x" << std::setw(4) << thirtytwo_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:92:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:93:41: error: ‘setw’ is not a member of ‘std’
>    93 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(thirtytwo_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:78:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:93:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:94:36: error: ‘setw’ is not a member of ‘std’
>    94 |                 "F32 = 0x" << std::setw(8) << thirtytwo_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:94:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:83:52: error: ‘setfill’ is not a member of ‘std’
>    83 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:83:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:97:52: error: ‘setfill’ is not a member of ‘std’
>    97 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:97:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:98:36: error: ‘setw’ is not a member of ‘std’
>    98 |                 "F16 = 0x" << std::setw(4) << sixtyfour_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:84:36: error: ‘setw’ is not a member of ‘std’
>    84 |                 "F32 = 0x" << std::setw(8) << two_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:84:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:98:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:85:41: error: ‘setw’ is not a member of ‘std’
>    85 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(two_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:85:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:86:36: error: ‘setw’ is not a member of ‘std’
>    86 |                 "F16 = 0x" << std::setw(4) << two_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:99:41: error: ‘setw’ is not a member of ‘std’
>    99 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(sixtyfour_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:99:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:86:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:100:36: error: ‘setw’ is not a member of ‘std’
>   100 |                 "F32 = 0x" << std::setw(8) << sixtyfour_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:100:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:103:52: error: ‘setfill’ is not a member of ‘std’
>   103 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:91:52: error: ‘setfill’ is not a member of ‘std’
>    91 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:91:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:92:36: error: ‘setw’ is not a member of ‘std’
>    92 |                 "F32 = 0x" << std::setw(8) << four_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:92:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:103:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:93:41: error: ‘setw’ is not a member of ‘std’
>    93 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(four_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:93:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:94:36: error: ‘setw’ is not a member of ‘std’
>    94 |                 "F16 = 0x" << std::setw(4) << four_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:104:36: error: ‘setw’ is not a member of ‘std’
>   104 |                 "F16 = 0x" << std::setw(4) << max_po2_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:104:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:105:41: error: ‘setw’ is not a member of ‘std’
>   105 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(max_po2_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:94:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:105:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:106:36: error: ‘setw’ is not a member of ‘std’
>   106 |                 "F32 = 0x" << std::setw(8) << max_po2_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:106:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:99:52: error: ‘setfill’ is not a member of ‘std’
>    99 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:99:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:100:36: error: ‘setw’ is not a member of ‘std’
>   100 |                 "F32 = 0x" << std::setw(8) << eight_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:100:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:101:41: error: ‘setw’ is not a member of ‘std’
>   101 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(eight_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:101:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:102:36: error: ‘setw’ is not a member of ‘std’
>   102 |                 "F16 = 0x" << std::setw(4) << eight_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:102:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:107:52: error: ‘setfill’ is not a member of ‘std’
>   107 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:107:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:108:36: error: ‘setw’ is not a member of ‘std’
>   108 |                 "F32 = 0x" << std::setw(8) << sixteen_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:108:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:109:41: error: ‘setw’ is not a member of ‘std’
>   109 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(sixteen_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:109:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:110:36: error: ‘setw’ is not a member of ‘std’
>   110 |                 "F16 = 0x" << std::setw(4) << sixteen_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:110:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc: In member function ‘virtual void FP16_IEEE_FROM_FP32_VALUE_normalized_powers_of_2_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:43:52: error: ‘setfill’ is not a member of ‘std’
>    43 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc: In member function ‘virtual void FP16_IEEE_TO_FP32_BITS_denormalized_powers_of_2_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:133:52: error: ‘setfill’ is not a member of ‘std’
>   133 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:115:52: error: ‘setfill’ is not a member of ‘std’
>   115 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:115:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:7:1: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
>     6 | #include <tables.h>
>   +++ |+#include <iomanip>
>     7 | 
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:116:36: error: ‘setw’ is not a member of ‘std’
>   116 |                 "F32 = 0x" << std::setw(8) << thirtytwo_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:116:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:117:41: error: ‘setw’ is not a member of ‘std’
>   117 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(thirtytwo_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:133:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:44:36: error: ‘setw’ is not a member of ‘std’
>    44 |                 "F32 = 0x" << std::setw(8) << min_po2_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:134:36: error: ‘setw’ is not a member of ‘std’
>   134 |                 "F16 = 0x" << std::setw(4) << exp2_minus_15_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:134:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:44:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:135:41: error: ‘setw’ is not a member of ‘std’
>   135 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(exp2_minus_15_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:117:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:45:41: error: ‘setw’ is not a member of ‘std’
>    45 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(min_po2_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:135:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:118:36: error: ‘setw’ is not a member of ‘std’
>   118 |                 "F16 = 0x" << std::setw(4) << thirtytwo_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:118:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:136:36: error: ‘setw’ is not a member of ‘std’
>   136 |                 "F32 = 0x" << std::setw(8) << exp2_minus_15_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:136:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:45:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:46:36: error: ‘setw’ is not a member of ‘std’
>    46 |                 "F16 = 0x" << std::setw(4) << min_po2_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:46:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:139:52: error: ‘setfill’ is not a member of ‘std’
>   139 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:123:52: error: ‘setfill’ is not a member of ‘std’
>   123 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:123:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:124:36: error: ‘setw’ is not a member of ‘std’
>   124 |                 "F32 = 0x" << std::setw(8) << sixtyfour_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:124:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:125:41: error: ‘setw’ is not a member of ‘std’
>   125 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(sixtyfour_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:139:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:140:36: error: ‘setw’ is not a member of ‘std’
>   140 |                 "F16 = 0x" << std::setw(4) << exp2_minus_16_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:125:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:140:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:126:36: error: ‘setw’ is not a member of ‘std’
>   126 |                 "F16 = 0x" << std::setw(4) << sixtyfour_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:126:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:141:41: error: ‘setw’ is not a member of ‘std’
>   141 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(exp2_minus_16_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:141:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:142:36: error: ‘setw’ is not a member of ‘std’
>   142 |                 "F32 = 0x" << std::setw(8) << exp2_minus_16_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:142:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:51:52: error: ‘setfill’ is not a member of ‘std’
>    51 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:51:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:145:52: error: ‘setfill’ is not a member of ‘std’
>   145 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:131:52: error: ‘setfill’ is not a member of ‘std’
>   131 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:131:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:52:36: error: ‘setw’ is not a member of ‘std’
>    52 |                 "F32 = 0x" << std::setw(8) << eighths_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:52:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:132:36: error: ‘setw’ is not a member of ‘std’
>   132 |                 "F32 = 0x" << std::setw(8) << max_po2_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:132:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:53:41: error: ‘setw’ is not a member of ‘std’
>    53 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(eighths_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:53:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:133:41: error: ‘setw’ is not a member of ‘std’
>   133 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(max_po2_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:133:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:54:36: error: ‘setw’ is not a member of ‘std’
>    54 |                 "F16 = 0x" << std::setw(4) << eighths_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:145:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:134:36: error: ‘setw’ is not a member of ‘std’
>   134 |                 "F16 = 0x" << std::setw(4) << max_po2_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:134:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:146:36: error: ‘setw’ is not a member of ‘std’
>   146 |                 "F16 = 0x" << std::setw(4) << exp2_minus_17_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:146:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:54:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:147:41: error: ‘setw’ is not a member of ‘std’
>   147 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(exp2_minus_17_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:147:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:148:36: error: ‘setw’ is not a member of ‘std’
>   148 |                 "F32 = 0x" << std::setw(8) << exp2_minus_17_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:148:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:151:52: error: ‘setfill’ is not a member of ‘std’
>   151 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:151:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:152:36: error: ‘setw’ is not a member of ‘std’
>   152 |                 "F16 = 0x" << std::setw(4) << exp2_minus_18_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:152:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:59:52: error: ‘setfill’ is not a member of ‘std’
>    59 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:59:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:60:36: error: ‘setw’ is not a member of ‘std’
>    60 |                 "F32 = 0x" << std::setw(8) << quarter_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:153:41: error: ‘setw’ is not a member of ‘std’
>   153 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(exp2_minus_18_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:153:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:154:36: error: ‘setw’ is not a member of ‘std’
>   154 |                 "F32 = 0x" << std::setw(8) << exp2_minus_18_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:154:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:60:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:61:41: error: ‘setw’ is not a member of ‘std’
>    61 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(quarter_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:61:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:62:36: error: ‘setw’ is not a member of ‘std’
>    62 |                 "F16 = 0x" << std::setw(4) << quarter_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:62:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:157:52: error: ‘setfill’ is not a member of ‘std’
>   157 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:157:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:158:36: error: ‘setw’ is not a member of ‘std’
>   158 |                 "F16 = 0x" << std::setw(4) << exp2_minus_19_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:158:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:159:41: error: ‘setw’ is not a member of ‘std’
>   159 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(exp2_minus_19_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:159:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:160:36: error: ‘setw’ is not a member of ‘std’
>   160 |                 "F32 = 0x" << std::setw(8) << exp2_minus_19_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:160:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc: In member function ‘virtual void FP16_ALT_FROM_FP32_VALUE_denormalized_powers_of_2_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:165:52: error: ‘setfill’ is not a member of ‘std’
>   165 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:165:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:163:52: error: ‘setfill’ is not a member of ‘std’
>   163 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:163:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:67:52: error: ‘setfill’ is not a member of ‘std’
>    67 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:164:36: error: ‘setw’ is not a member of ‘std’
>   164 |                 "F16 = 0x" << std::setw(4) << exp2_minus_20_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:164:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:166:36: error: ‘setw’ is not a member of ‘std’
>   166 |                 "F32 = 0x" << std::setw(8) << exp2_minus_15_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:166:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:165:41: error: ‘setw’ is not a member of ‘std’
>   165 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(exp2_minus_20_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:165:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:167:41: error: ‘setw’ is not a member of ‘std’
>   167 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(exp2_minus_15_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:167:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:166:36: error: ‘setw’ is not a member of ‘std’
>   166 |                 "F32 = 0x" << std::setw(8) << exp2_minus_20_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:166:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:168:36: error: ‘setw’ is not a member of ‘std’
>   168 |                 "F16 = 0x" << std::setw(4) << exp2_minus_15_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:168:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:67:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:68:36: error: ‘setw’ is not a member of ‘std’
>    68 |                 "F32 = 0x" << std::setw(8) << half_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:68:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:69:41: error: ‘setw’ is not a member of ‘std’
>    69 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(half_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:69:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:70:36: error: ‘setw’ is not a member of ‘std’
>    70 |                 "F16 = 0x" << std::setw(4) << half_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:169:52: error: ‘setfill’ is not a member of ‘std’
>   169 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:70:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:173:52: error: ‘setfill’ is not a member of ‘std’
>   173 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:173:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:174:36: error: ‘setw’ is not a member of ‘std’
>   174 |                 "F32 = 0x" << std::setw(8) << exp2_minus_16_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:169:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:170:36: error: ‘setw’ is not a member of ‘std’
>   170 |                 "F16 = 0x" << std::setw(4) << exp2_minus_21_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:174:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:170:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:175:41: error: ‘setw’ is not a member of ‘std’
>   175 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(exp2_minus_16_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:175:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:176:36: error: ‘setw’ is not a member of ‘std’
>   176 |                 "F16 = 0x" << std::setw(4) << exp2_minus_16_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:171:41: error: ‘setw’ is not a member of ‘std’
>   171 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(exp2_minus_21_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:171:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:176:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:172:36: error: ‘setw’ is not a member of ‘std’
>   172 |                 "F32 = 0x" << std::setw(8) << exp2_minus_21_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:172:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:75:52: error: ‘setfill’ is not a member of ‘std’
>    75 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:75:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:76:36: error: ‘setw’ is not a member of ‘std’
>    76 |                 "F32 = 0x" << std::setw(8) << one_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:175:52: error: ‘setfill’ is not a member of ‘std’
>   175 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:181:52: error: ‘setfill’ is not a member of ‘std’
>   181 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:181:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:76:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:182:36: error: ‘setw’ is not a member of ‘std’
>   182 |                 "F32 = 0x" << std::setw(8) << exp2_minus_17_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:182:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:77:41: error: ‘setw’ is not a member of ‘std’
>    77 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(one_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:77:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:183:41: error: ‘setw’ is not a member of ‘std’
>   183 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(exp2_minus_17_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:183:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:78:36: error: ‘setw’ is not a member of ‘std’
>    78 |                 "F16 = 0x" << std::setw(4) << one_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:175:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:184:36: error: ‘setw’ is not a member of ‘std’
>   184 |                 "F16 = 0x" << std::setw(4) << exp2_minus_17_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:184:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:176:36: error: ‘setw’ is not a member of ‘std’
>   176 |                 "F16 = 0x" << std::setw(4) << exp2_minus_22_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:176:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:78:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:177:41: error: ‘setw’ is not a member of ‘std’
>   177 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(exp2_minus_22_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:177:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:178:36: error: ‘setw’ is not a member of ‘std’
>   178 |                 "F32 = 0x" << std::setw(8) << exp2_minus_22_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:178:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:189:52: error: ‘setfill’ is not a member of ‘std’
>   189 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:189:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:181:52: error: ‘setfill’ is not a member of ‘std’
>   181 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:190:36: error: ‘setw’ is not a member of ‘std’
>   190 |                 "F32 = 0x" << std::setw(8) << exp2_minus_18_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:181:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:83:52: error: ‘setfill’ is not a member of ‘std’
>    83 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:83:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:182:36: error: ‘setw’ is not a member of ‘std’
>   182 |                 "F16 = 0x" << std::setw(4) << exp2_minus_23_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:84:36: error: ‘setw’ is not a member of ‘std’
>    84 |                 "F32 = 0x" << std::setw(8) << two_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:190:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:84:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:182:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:191:41: error: ‘setw’ is not a member of ‘std’
>   191 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(exp2_minus_18_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:85:41: error: ‘setw’ is not a member of ‘std’
>    85 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(two_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:191:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:85:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:192:36: error: ‘setw’ is not a member of ‘std’
>   192 |                 "F16 = 0x" << std::setw(4) << exp2_minus_18_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:86:36: error: ‘setw’ is not a member of ‘std’
>    86 |                 "F16 = 0x" << std::setw(4) << two_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:86:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:183:41: error: ‘setw’ is not a member of ‘std’
>   183 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(exp2_minus_23_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:183:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:192:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:184:36: error: ‘setw’ is not a member of ‘std’
>   184 |                 "F32 = 0x" << std::setw(8) << exp2_minus_23_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:184:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:187:52: error: ‘setfill’ is not a member of ‘std’
>   187 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:197:52: error: ‘setfill’ is not a member of ‘std’
>   197 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:197:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:198:36: error: ‘setw’ is not a member of ‘std’
>   198 |                 "F32 = 0x" << std::setw(8) << exp2_minus_19_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:198:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:91:52: error: ‘setfill’ is not a member of ‘std’
>    91 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:187:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:199:41: error: ‘setw’ is not a member of ‘std’
>   199 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(exp2_minus_19_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:199:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:188:36: error: ‘setw’ is not a member of ‘std’
>   188 |                 "F16 = 0x" << std::setw(4) << exp2_minus_24_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:188:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:200:36: error: ‘setw’ is not a member of ‘std’
>   200 |                 "F16 = 0x" << std::setw(4) << exp2_minus_19_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:200:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:189:41: error: ‘setw’ is not a member of ‘std’
>   189 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(exp2_minus_24_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:189:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:190:36: error: ‘setw’ is not a member of ‘std’
>   190 |                 "F32 = 0x" << std::setw(8) << exp2_minus_24_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:190:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:91:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:92:36: error: ‘setw’ is not a member of ‘std’
>    92 |                 "F32 = 0x" << std::setw(8) << four_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:92:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:93:41: error: ‘setw’ is not a member of ‘std’
>    93 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(four_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:93:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:205:52: error: ‘setfill’ is not a member of ‘std’
>   205 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:94:36: error: ‘setw’ is not a member of ‘std’
>    94 |                 "F16 = 0x" << std::setw(4) << four_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:94:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:205:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:206:36: error: ‘setw’ is not a member of ‘std’
>   206 |                 "F32 = 0x" << std::setw(8) << exp2_minus_20_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:206:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:207:41: error: ‘setw’ is not a member of ‘std’
>   207 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(exp2_minus_20_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:207:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:208:36: error: ‘setw’ is not a member of ‘std’
>   208 |                 "F16 = 0x" << std::setw(4) << exp2_minus_20_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:208:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:99:52: error: ‘setfill’ is not a member of ‘std’
>    99 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:99:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:100:36: error: ‘setw’ is not a member of ‘std’
>   100 |                 "F32 = 0x" << std::setw(8) << eight_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:100:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:213:52: error: ‘setfill’ is not a member of ‘std’
>   213 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:213:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:214:36: error: ‘setw’ is not a member of ‘std’
>   214 |                 "F32 = 0x" << std::setw(8) << exp2_minus_21_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:101:41: error: ‘setw’ is not a member of ‘std’
>   101 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(eight_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:101:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:214:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:102:36: error: ‘setw’ is not a member of ‘std’
>   102 |                 "F16 = 0x" << std::setw(4) << eight_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:102:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:215:41: error: ‘setw’ is not a member of ‘std’
>   215 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(exp2_minus_21_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:215:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:216:36: error: ‘setw’ is not a member of ‘std’
>   216 |                 "F16 = 0x" << std::setw(4) << exp2_minus_21_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:216:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc: In member function ‘virtual void FP16_IEEE_TO_FP32_BITS_zero_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:201:52: error: ‘setfill’ is not a member of ‘std’
>   201 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:201:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:202:36: error: ‘setw’ is not a member of ‘std’
>   202 |                 "F16 = 0x" << std::setw(4) << positive_zero_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:202:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:203:41: error: ‘setw’ is not a member of ‘std’
>   203 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(positive_zero_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:203:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:204:36: error: ‘setw’ is not a member of ‘std’
>   204 |                 "F32 = 0x" << std::setw(8) << positive_zero_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:221:52: error: ‘setfill’ is not a member of ‘std’
>   221 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:204:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:221:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:222:36: error: ‘setw’ is not a member of ‘std’
>   222 |                 "F32 = 0x" << std::setw(8) << exp2_minus_22_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:222:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:223:41: error: ‘setw’ is not a member of ‘std’
>   223 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(exp2_minus_22_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:223:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:107:52: error: ‘setfill’ is not a member of ‘std’
>   107 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:107:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:108:36: error: ‘setw’ is not a member of ‘std’
>   108 |                 "F32 = 0x" << std::setw(8) << sixteen_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:224:36: error: ‘setw’ is not a member of ‘std’
>   224 |                 "F16 = 0x" << std::setw(4) << exp2_minus_22_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:224:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:108:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:207:52: error: ‘setfill’ is not a member of ‘std’
>   207 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:109:41: error: ‘setw’ is not a member of ‘std’
>   109 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(sixteen_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:109:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:207:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:110:36: error: ‘setw’ is not a member of ‘std’
>   110 |                 "F16 = 0x" << std::setw(4) << sixteen_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:110:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:208:36: error: ‘setw’ is not a member of ‘std’
>   208 |                 "F16 = 0x" << std::setw(4) << negative_zero_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:208:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:209:41: error: ‘setw’ is not a member of ‘std’
>   209 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(negative_zero_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:209:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:229:52: error: ‘setfill’ is not a member of ‘std’
>   229 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:210:36: error: ‘setw’ is not a member of ‘std’
>   210 |                 "F32 = 0x" << std::setw(8) << negative_zero_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:229:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:210:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:230:36: error: ‘setw’ is not a member of ‘std’
>   230 |                 "F32 = 0x" << std::setw(8) << exp2_minus_23_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:230:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:231:41: error: ‘setw’ is not a member of ‘std’
>   231 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(exp2_minus_23_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:231:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:232:36: error: ‘setw’ is not a member of ‘std’
>   232 |                 "F16 = 0x" << std::setw(4) << exp2_minus_23_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:232:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:115:52: error: ‘setfill’ is not a member of ‘std’
>   115 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:115:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:116:36: error: ‘setw’ is not a member of ‘std’
>   116 |                 "F32 = 0x" << std::setw(8) << thirtytwo_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:116:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:117:41: error: ‘setw’ is not a member of ‘std’
>   117 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(thirtytwo_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:117:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:118:36: error: ‘setw’ is not a member of ‘std’
>   118 |                 "F16 = 0x" << std::setw(4) << thirtytwo_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:118:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:237:52: error: ‘setfill’ is not a member of ‘std’
>   237 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:237:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:238:36: error: ‘setw’ is not a member of ‘std’
>   238 |                 "F32 = 0x" << std::setw(8) << exp2_minus_24_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:238:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:239:41: error: ‘setw’ is not a member of ‘std’
>   239 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(exp2_minus_24_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:239:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:240:36: error: ‘setw’ is not a member of ‘std’
>   240 |                 "F16 = 0x" << std::setw(4) << exp2_minus_24_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:240:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:123:52: error: ‘setfill’ is not a member of ‘std’
>   123 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:123:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:124:36: error: ‘setw’ is not a member of ‘std’
>   124 |                 "F32 = 0x" << std::setw(8) << sixtyfour_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:124:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:245:52: error: ‘setfill’ is not a member of ‘std’
>   245 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:125:41: error: ‘setw’ is not a member of ‘std’
>   125 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(sixtyfour_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:125:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc: In member function ‘virtual void FP16_IEEE_TO_FP32_BITS_infinity_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:221:52: error: ‘setfill’ is not a member of ‘std’
>   221 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:221:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:222:36: error: ‘setw’ is not a member of ‘std’
>   222 |                 "F16 = 0x" << std::setw(4) << positive_infinity_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:222:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:126:36: error: ‘setw’ is not a member of ‘std’
>   126 |                 "F16 = 0x" << std::setw(4) << sixtyfour_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:126:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:223:41: error: ‘setw’ is not a member of ‘std’
>   223 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(positive_infinity_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:223:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:245:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:224:36: error: ‘setw’ is not a member of ‘std’
>   224 |                 "F32 = 0x" << std::setw(8) << positive_infinity_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:224:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:246:36: error: ‘setw’ is not a member of ‘std’
>   246 |                 "F32 = 0x" << std::setw(8) << exp2_minus_25_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:246:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:247:41: error: ‘setw’ is not a member of ‘std’
>   247 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(exp2_minus_25_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:247:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:248:36: error: ‘setw’ is not a member of ‘std’
>   248 |                 "F16 = 0x" << std::setw(4) << exp2_minus_25_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:248:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:227:52: error: ‘setfill’ is not a member of ‘std’
>   227 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:227:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:131:52: error: ‘setfill’ is not a member of ‘std’
>   131 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:228:36: error: ‘setw’ is not a member of ‘std’
>   228 |                 "F16 = 0x" << std::setw(4) << negative_infinity_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:228:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:229:41: error: ‘setw’ is not a member of ‘std’
>   229 |                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(negative_infinity_f16) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:229:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:230:36: error: ‘setw’ is not a member of ‘std’
>   230 |                 "F32 = 0x" << std::setw(8) << negative_infinity_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:230:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:131:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:132:36: error: ‘setw’ is not a member of ‘std’
>   132 |                 "F32 = 0x" << std::setw(8) << max_po2_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:132:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:133:41: error: ‘setw’ is not a member of ‘std’
>   133 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(max_po2_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:133:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:134:36: error: ‘setw’ is not a member of ‘std’
>   134 |                 "F16 = 0x" << std::setw(4) << max_po2_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:134:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc: In member function ‘virtual void FP16_ALT_FROM_FP32_VALUE_zero_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:261:52: error: ‘setfill’ is not a member of ‘std’
>   261 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc: In member function ‘virtual void FP16_IEEE_TO_FP32_BITS_positive_nan_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:240:60: error: ‘setfill’ is not a member of ‘std’
>   240 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:261:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:262:36: error: ‘setw’ is not a member of ‘std’
>   262 |                 "F32 = 0x" << std::setw(8) << positive_zero_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:240:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:241:44: error: ‘setw’ is not a member of ‘std’
>   241 |                         "F16 = 0x" << std::setw(4) << nan_f16 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:262:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:241:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:263:41: error: ‘setw’ is not a member of ‘std’
>   263 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(positive_zero_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:263:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:264:36: error: ‘setw’ is not a member of ‘std’
>   264 |                 "F16 = 0x" << std::setw(4) << positive_zero_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:242:49: error: ‘setw’ is not a member of ‘std’
>   242 |                         "F32(F16) = 0x" << std::setw(8) << nan_f32;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:242:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:264:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:246:60: error: ‘setfill’ is not a member of ‘std’
>   246 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:269:52: error: ‘setfill’ is not a member of ‘std’
>   269 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:246:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:247:44: error: ‘setw’ is not a member of ‘std’
>   247 |                         "F16 = 0x" << std::setw(4) << nan_f16 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:269:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:270:36: error: ‘setw’ is not a member of ‘std’
>   270 |                 "F32 = 0x" << std::setw(8) << negative_zero_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:247:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:270:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:248:49: error: ‘setw’ is not a member of ‘std’
>   248 |                         "F32(F16) = 0x" << std::setw(8) << nan_f32;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:248:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:271:41: error: ‘setw’ is not a member of ‘std’
>   271 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(negative_zero_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:271:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:272:36: error: ‘setw’ is not a member of ‘std’
>   272 |                 "F16 = 0x" << std::setw(4) << negative_zero_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:272:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:252:60: error: ‘setfill’ is not a member of ‘std’
>   252 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:252:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:253:44: error: ‘setw’ is not a member of ‘std’
>   253 |                         "F16 = 0x" << std::setw(4) << nan_f16 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:253:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:254:49: error: ‘setw’ is not a member of ‘std’
>   254 |                         "F32(F16) = 0x" << std::setw(8) << nan_f32;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:254:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc: In member function ‘virtual void FP16_IEEE_FROM_FP32_VALUE_denormalized_powers_of_2_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:165:52: error: ‘setfill’ is not a member of ‘std’
>   165 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:165:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:166:36: error: ‘setw’ is not a member of ‘std’
>   166 |                 "F32 = 0x" << std::setw(8) << exp2_minus_15_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:166:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:167:41: error: ‘setw’ is not a member of ‘std’
>   167 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(exp2_minus_15_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:167:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc: In member function ‘virtual void FP16_ALT_FROM_FP32_VALUE_infinity_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:285:52: error: ‘setfill’ is not a member of ‘std’
>   285 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:285:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:286:36: error: ‘setw’ is not a member of ‘std’
>   286 |                 "F32 = 0x" << std::setw(8) << positive_infinity_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:168:36: error: ‘setw’ is not a member of ‘std’
>   168 |                 "F16 = 0x" << std::setw(4) << exp2_minus_15_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:168:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:286:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:287:41: error: ‘setw’ is not a member of ‘std’
>   287 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(positive_infinity_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:287:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:288:36: error: ‘setw’ is not a member of ‘std’
>   288 |                 "F16 = 0x" << std::setw(4) << max_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:288:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc: In member function ‘virtual void FP16_IEEE_TO_FP32_BITS_negative_nan_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:265:60: error: ‘setfill’ is not a member of ‘std’
>   265 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:265:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:266:44: error: ‘setw’ is not a member of ‘std’
>   266 |                         "F16 = 0x" << std::setw(4) << nan_f16 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:266:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:267:49: error: ‘setw’ is not a member of ‘std’
>   267 |                         "F32(F16) = 0x" << std::setw(8) << nan_f32;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:267:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:293:52: error: ‘setfill’ is not a member of ‘std’
>   293 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:293:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:294:36: error: ‘setw’ is not a member of ‘std’
>   294 |                 "F32 = 0x" << std::setw(8) << negative_infinity_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:294:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:295:41: error: ‘setw’ is not a member of ‘std’
>   295 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(negative_infinity_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:173:52: error: ‘setfill’ is not a member of ‘std’
>   173 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:295:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:173:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:296:36: error: ‘setw’ is not a member of ‘std’
>   296 |                 "F16 = 0x" << std::setw(4) << min_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:296:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:174:36: error: ‘setw’ is not a member of ‘std’
>   174 |                 "F32 = 0x" << std::setw(8) << exp2_minus_16_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:174:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:175:41: error: ‘setw’ is not a member of ‘std’
>   175 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(exp2_minus_16_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:175:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:176:36: error: ‘setw’ is not a member of ‘std’
>   176 |                 "F16 = 0x" << std::setw(4) << exp2_minus_16_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:176:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:271:60: error: ‘setfill’ is not a member of ‘std’
>   271 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:271:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:272:44: error: ‘setw’ is not a member of ‘std’
>   272 |                         "F16 = 0x" << std::setw(4) << nan_f16 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:272:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:273:49: error: ‘setw’ is not a member of ‘std’
>   273 |                         "F32(F16) = 0x" << std::setw(8) << nan_f32;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:273:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:181:52: error: ‘setfill’ is not a member of ‘std’
>   181 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:277:60: error: ‘setfill’ is not a member of ‘std’
>   277 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:181:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:277:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:278:44: error: ‘setw’ is not a member of ‘std’
>   278 |                         "F16 = 0x" << std::setw(4) << nan_f16 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:182:36: error: ‘setw’ is not a member of ‘std’
>   182 |                 "F32 = 0x" << std::setw(8) << exp2_minus_17_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:278:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:182:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:279:49: error: ‘setw’ is not a member of ‘std’
>   279 |                         "F32(F16) = 0x" << std::setw(8) << nan_f32;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:279:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:183:41: error: ‘setw’ is not a member of ‘std’
>   183 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(exp2_minus_17_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:183:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:184:36: error: ‘setw’ is not a member of ‘std’
>   184 |                 "F16 = 0x" << std::setw(4) << exp2_minus_17_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:184:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:189:52: error: ‘setfill’ is not a member of ‘std’
>   189 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:189:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:190:36: error: ‘setw’ is not a member of ‘std’
>   190 |                 "F32 = 0x" << std::setw(8) << exp2_minus_18_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:190:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:191:41: error: ‘setw’ is not a member of ‘std’
>   191 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(exp2_minus_18_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:191:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:192:36: error: ‘setw’ is not a member of ‘std’
>   192 |                 "F16 = 0x" << std::setw(4) << exp2_minus_18_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:192:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc: In member function ‘virtual void FP16_ALT_FROM_FP32_VALUE_positive_nan_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:307:60: error: ‘setfill’ is not a member of ‘std’
>   307 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:307:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:308:44: error: ‘setw’ is not a member of ‘std’
>   308 |                         "F32 = 0x" << std::setw(8) << nan_f32 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:308:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:309:49: error: ‘setw’ is not a member of ‘std’
>   309 |                         "F16(F32) = 0x" << std::setw(4) << nan_f16;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:309:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:313:60: error: ‘setfill’ is not a member of ‘std’
>   313 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:313:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:197:52: error: ‘setfill’ is not a member of ‘std’
>   197 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:197:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:314:44: error: ‘setw’ is not a member of ‘std’
>   314 |                         "F32 = 0x" << std::setw(8) << nan_f32 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:314:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:198:36: error: ‘setw’ is not a member of ‘std’
>   198 |                 "F32 = 0x" << std::setw(8) << exp2_minus_19_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:198:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:315:49: error: ‘setw’ is not a member of ‘std’
>   315 |                         "F16(F32) = 0x" << std::setw(4) << nan_f16;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:315:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc: In member function ‘virtual void FP16_IEEE_TO_FP32_BITS_positive_normalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:290:68: error: ‘setfill’ is not a member of ‘std’
>   290 |                                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:290:68: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:199:41: error: ‘setw’ is not a member of ‘std’
>   199 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(exp2_minus_19_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:199:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:291:52: error: ‘setw’ is not a member of ‘std’
>   291 |                                 "F16 = 0x" << std::setw(4) << fp16 << ", " <<
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:291:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:292:57: error: ‘setw’ is not a member of ‘std’
>   292 |                                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(fp16) << ", " <<
>       |                                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:292:57: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:200:36: error: ‘setw’ is not a member of ‘std’
>   200 |                 "F16 = 0x" << std::setw(4) << exp2_minus_19_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:200:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:293:52: error: ‘setw’ is not a member of ‘std’
>   293 |                                 "F32 = 0x" << std::setw(8) << fp32;
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:293:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:319:60: error: ‘setfill’ is not a member of ‘std’
>   319 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:319:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:320:44: error: ‘setw’ is not a member of ‘std’
>   320 |                         "F32 = 0x" << std::setw(8) << nan_f32 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:320:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:321:49: error: ‘setw’ is not a member of ‘std’
>   321 |                         "F16(F32) = 0x" << std::setw(4) << nan_f16;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:321:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:205:52: error: ‘setfill’ is not a member of ‘std’
>   205 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:205:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:206:36: error: ‘setw’ is not a member of ‘std’
>   206 |                 "F32 = 0x" << std::setw(8) << exp2_minus_20_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:206:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:207:41: error: ‘setw’ is not a member of ‘std’
>   207 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(exp2_minus_20_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:207:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:208:36: error: ‘setw’ is not a member of ‘std’
>   208 |                 "F16 = 0x" << std::setw(4) << exp2_minus_20_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:208:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:213:52: error: ‘setfill’ is not a member of ‘std’
>   213 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:213:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:214:36: error: ‘setw’ is not a member of ‘std’
>   214 |                 "F32 = 0x" << std::setw(8) << exp2_minus_21_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:214:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:215:41: error: ‘setw’ is not a member of ‘std’
>   215 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(exp2_minus_21_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:215:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc: In member function ‘virtual void FP16_IEEE_TO_FP32_BITS_negative_normalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:305:68: error: ‘setfill’ is not a member of ‘std’
>   305 |                                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:216:36: error: ‘setw’ is not a member of ‘std’
>   216 |                 "F16 = 0x" << std::setw(4) << exp2_minus_21_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:305:68: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:216:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:306:52: error: ‘setw’ is not a member of ‘std’
>   306 |                                 "F16 = 0x" << std::setw(4) << fp16 << ", " <<
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:306:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:307:57: error: ‘setw’ is not a member of ‘std’
>   307 |                                 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(fp16) << ", " <<
>       |                                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:307:57: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:308:52: error: ‘setw’ is not a member of ‘std’
>   308 |                                 "F32 = 0x" << std::setw(8) << fp32;
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:308:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc: In member function ‘virtual void FP16_ALT_FROM_FP32_VALUE_negative_nan_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:333:60: error: ‘setfill’ is not a member of ‘std’
>   333 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:333:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:334:44: error: ‘setw’ is not a member of ‘std’
>   334 |                         "F32 = 0x" << std::setw(8) << nan_f32 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:334:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:335:49: error: ‘setw’ is not a member of ‘std’
>   335 |                         "F16(F32) = 0x" << std::setw(4) << nan_f16;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:335:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:221:52: error: ‘setfill’ is not a member of ‘std’
>   221 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:221:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:222:36: error: ‘setw’ is not a member of ‘std’
>   222 |                 "F32 = 0x" << std::setw(8) << exp2_minus_22_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:222:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:223:41: error: ‘setw’ is not a member of ‘std’
>   223 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(exp2_minus_22_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:223:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:224:36: error: ‘setw’ is not a member of ‘std’
>   224 |                 "F16 = 0x" << std::setw(4) << exp2_minus_22_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:224:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:339:60: error: ‘setfill’ is not a member of ‘std’
>   339 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:339:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:340:44: error: ‘setw’ is not a member of ‘std’
>   340 |                         "F32 = 0x" << std::setw(8) << nan_f32 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:340:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:341:49: error: ‘setw’ is not a member of ‘std’
>   341 |                         "F16(F32) = 0x" << std::setw(4) << nan_f16;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:341:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:345:60: error: ‘setfill’ is not a member of ‘std’
>   345 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:345:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:346:44: error: ‘setw’ is not a member of ‘std’
>   346 |                         "F32 = 0x" << std::setw(8) << nan_f32 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:346:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:347:49: error: ‘setw’ is not a member of ‘std’
>   347 |                         "F16(F32) = 0x" << std::setw(4) << nan_f16;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:347:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc: In member function ‘virtual void FP16_IEEE_TO_FP32_BITS_positive_denormalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:316:60: error: ‘setfill’ is not a member of ‘std’
>   316 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:316:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:317:44: error: ‘setw’ is not a member of ‘std’
>   317 |                         "F16 = 0x" << std::setw(4) << h << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:317:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:318:49: error: ‘setw’ is not a member of ‘std’
>   318 |                         "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(h) << ", " <<
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:318:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:319:44: error: ‘setw’ is not a member of ‘std’
>   319 |                         "F32 = 0x" << std::setw(8) << fp16::denormalizedValues[h];
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:319:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:229:52: error: ‘setfill’ is not a member of ‘std’
>   229 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:229:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:230:36: error: ‘setw’ is not a member of ‘std’
>   230 |                 "F32 = 0x" << std::setw(8) << exp2_minus_23_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:230:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:231:41: error: ‘setw’ is not a member of ‘std’
>   231 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(exp2_minus_23_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:231:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:232:36: error: ‘setw’ is not a member of ‘std’
>   232 |                 "F16 = 0x" << std::setw(4) << exp2_minus_23_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:232:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:237:52: error: ‘setfill’ is not a member of ‘std’
>   237 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:237:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:238:36: error: ‘setw’ is not a member of ‘std’
>   238 |                 "F32 = 0x" << std::setw(8) << exp2_minus_24_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:238:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:239:41: error: ‘setw’ is not a member of ‘std’
>   239 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(exp2_minus_24_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:239:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:240:36: error: ‘setw’ is not a member of ‘std’
>   240 |                 "F16 = 0x" << std::setw(4) << exp2_minus_24_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:240:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc: In member function ‘virtual void FP16_ALT_FROM_FP32_VALUE_revertible_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:359:60: error: ‘setfill’ is not a member of ‘std’
>   359 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:359:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:360:44: error: ‘setw’ is not a member of ‘std’
>   360 |                         "F16 = 0x" << std::setw(4) << f16 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc: In member function ‘virtual void FP16_IEEE_TO_FP32_BITS_negative_denormalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:328:60: error: ‘setfill’ is not a member of ‘std’
>   328 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:360:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:328:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:329:44: error: ‘setw’ is not a member of ‘std’
>   329 |                         "F16 = 0x" << std::setw(4) << fp16 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:361:49: error: ‘setw’ is not a member of ‘std’
>   361 |                         "F32(F16) = 0x" << std::setw(8) << bits_f32 << ", " <<
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:329:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:361:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:362:54: error: ‘setw’ is not a member of ‘std’
>   362 |                         "F16(F32(F16)) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(value_f32);
>       |                                                      ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:330:49: error: ‘setw’ is not a member of ‘std’
>   330 |                         "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(fp16) << ", " <<
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:330:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:362:54: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:331:44: error: ‘setw’ is not a member of ‘std’
>   331 |                         "F32 = 0x" << std::setw(8) << fp32;
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-to-fp32-bits.cc:331:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:245:52: error: ‘setfill’ is not a member of ‘std’
>   245 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:245:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:246:36: error: ‘setw’ is not a member of ‘std’
>   246 |                 "F32 = 0x" << std::setw(8) << exp2_minus_25_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:246:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:247:41: error: ‘setw’ is not a member of ‘std’
>   247 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(exp2_minus_25_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:247:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:248:36: error: ‘setw’ is not a member of ‘std’
>   248 |                 "F16 = 0x" << std::setw(4) << exp2_minus_25_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:248:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:372:60: error: ‘setfill’ is not a member of ‘std’
>   372 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:372:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:373:44: error: ‘setw’ is not a member of ‘std’
>   373 |                         "F16 = 0x" << std::setw(4) << f16 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:373:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:374:49: error: ‘setw’ is not a member of ‘std’
>   374 |                         "F32(F16) = 0x" << std::setw(8) << bits_f32 << ", " <<
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:374:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:375:54: error: ‘setw’ is not a member of ‘std’
>   375 |                         "F16(F32(F16)) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(value_f32);
>       |                                                      ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:375:54: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc: In member function ‘virtual void FP16_ALT_FROM_FP32_VALUE_underflow_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:387:60: error: ‘setfill’ is not a member of ‘std’
>   387 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:387:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:388:44: error: ‘setw’ is not a member of ‘std’
>   388 |                         "F32 = 0x" << std::setw(8) << bits << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:388:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:389:49: error: ‘setw’ is not a member of ‘std’
>   389 |                         "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(value) << ", " <<
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:389:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:390:44: error: ‘setw’ is not a member of ‘std’
>   390 |                         "F16 = 0x" << std::setw(4) << zero_f16;
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:390:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:395:52: error: ‘setfill’ is not a member of ‘std’
>   395 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:395:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:396:36: error: ‘setw’ is not a member of ‘std’
>   396 |                 "F32 = 0x" << std::setw(8) << min_nonzero_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:396:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:397:41: error: ‘setw’ is not a member of ‘std’
>   397 |                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(min_nonzero_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:397:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:398:36: error: ‘setw’ is not a member of ‘std’
>   398 |                 "F16 = 0x" << std::setw(4) << min_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:398:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc: In member function ‘virtual void FP16_IEEE_FROM_FP32_VALUE_zero_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:261:52: error: ‘setfill’ is not a member of ‘std’
>   261 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:261:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:262:36: error: ‘setw’ is not a member of ‘std’
>   262 |                 "F32 = 0x" << std::setw(8) << positive_zero_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:262:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:263:41: error: ‘setw’ is not a member of ‘std’
>   263 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(positive_zero_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:263:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:264:36: error: ‘setw’ is not a member of ‘std’
>   264 |                 "F16 = 0x" << std::setw(4) << positive_zero_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:264:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc: In member function ‘virtual void FP16_ALT_FROM_FP32_VALUE_saturation_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:409:60: error: ‘setfill’ is not a member of ‘std’
>   409 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:409:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:410:44: error: ‘setw’ is not a member of ‘std’
>   410 |                         "F32 = 0x" << std::setw(8) << bits << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:410:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:269:52: error: ‘setfill’ is not a member of ‘std’
>   269 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:269:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:411:49: error: ‘setw’ is not a member of ‘std’
>   411 |                         "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(value) << ", " <<
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:411:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:270:36: error: ‘setw’ is not a member of ‘std’
>   270 |                 "F32 = 0x" << std::setw(8) << negative_zero_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:270:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:412:44: error: ‘setw’ is not a member of ‘std’
>   412 |                         "F16 = 0x" << std::setw(4) << max_f16;
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:412:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:271:41: error: ‘setw’ is not a member of ‘std’
>   271 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(negative_zero_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:271:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:272:36: error: ‘setw’ is not a member of ‘std’
>   272 |                 "F16 = 0x" << std::setw(4) << negative_zero_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:272:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc: In member function ‘virtual void FP16_ALT_FROM_FP32_VALUE_positive_denormalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:426:68: error: ‘setfill’ is not a member of ‘std’
>   426 |                                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:426:68: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:427:52: error: ‘setw’ is not a member of ‘std’
>   427 |                                 "F32 = 0x" << std::setw(8) << f32 << ", " <<
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:427:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:428:57: error: ‘setw’ is not a member of ‘std’
>   428 |                                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(value) << ", " <<
>       |                                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:428:57: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:429:52: error: ‘setw’ is not a member of ‘std’
>   429 |                                 "F16 = 0x" << std::setw(4) << f16;
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:429:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc: In member function ‘virtual void FP16_ALT_FROM_FP32_VALUE_negative_denormalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:445:68: error: ‘setfill’ is not a member of ‘std’
>   445 |                                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:445:68: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:446:52: error: ‘setw’ is not a member of ‘std’
>   446 |                                 "F32 = 0x" << std::setw(8) << f32 << ", " <<
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:446:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:447:57: error: ‘setw’ is not a member of ‘std’
>   447 |                                 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(value) << ", " <<
>       |                                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:447:57: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:448:52: error: ‘setw’ is not a member of ‘std’
>   448 |                                 "F16 = 0x" << std::setw(4) << f16;
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:448:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc: In member function ‘virtual void FP16_ALT_FROM_FP32_VALUE_positive_normalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:467:76: error: ‘setfill’ is not a member of ‘std’
>   467 |                                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:467:76: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:468:60: error: ‘setw’ is not a member of ‘std’
>   468 |                                         "F32 = 0x" << std::setw(8) << f32 << ", " <<
>       |                                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:468:60: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:469:65: error: ‘setw’ is not a member of ‘std’
>   469 |                                         "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(value) << ", " <<
>       |                                                                 ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:469:65: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:470:60: error: ‘setw’ is not a member of ‘std’
>   470 |                                         "F16 = 0x" << std::setw(4) << f16;
>       |                                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:470:60: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc: In member function ‘virtual void FP16_ALT_FROM_FP32_VALUE_negative_normalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:490:76: error: ‘setfill’ is not a member of ‘std’
>   490 |                                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:490:76: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:491:60: error: ‘setw’ is not a member of ‘std’
>   491 |                                         "F32 = 0x" << std::setw(8) << f32 << ", " <<
>       |                                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:491:60: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:492:65: error: ‘setw’ is not a member of ‘std’
>   492 |                                         "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(value) << ", " <<
>       |                                                                 ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:492:65: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:493:60: error: ‘setw’ is not a member of ‘std’
>   493 |                                         "F16 = 0x" << std::setw(4) << f16;
>       |                                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-from-fp32-value.cc:493:60: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc: In member function ‘virtual void FP16_IEEE_FROM_FP32_VALUE_infinity_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:285:52: error: ‘setfill’ is not a member of ‘std’
>   285 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:285:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:286:36: error: ‘setw’ is not a member of ‘std’
>   286 |                 "F32 = 0x" << std::setw(8) << positive_infinity_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:286:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:287:41: error: ‘setw’ is not a member of ‘std’
>   287 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(positive_infinity_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:287:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:288:36: error: ‘setw’ is not a member of ‘std’
>   288 |                 "F16 = 0x" << std::setw(4) << positive_infinity_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:288:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:293:52: error: ‘setfill’ is not a member of ‘std’
>   293 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:293:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:294:36: error: ‘setw’ is not a member of ‘std’
>   294 |                 "F32 = 0x" << std::setw(8) << negative_infinity_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:294:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:295:41: error: ‘setw’ is not a member of ‘std’
>   295 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(negative_infinity_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:295:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:296:36: error: ‘setw’ is not a member of ‘std’
>   296 |                 "F16 = 0x" << std::setw(4) << negative_infinity_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:296:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc: In member function ‘virtual void FP16_IEEE_FROM_FP32_VALUE_positive_nan_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:307:60: error: ‘setfill’ is not a member of ‘std’
>   307 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:307:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:308:44: error: ‘setw’ is not a member of ‘std’
>   308 |                         "F32 = 0x" << std::setw(8) << nan_f32 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:308:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:309:49: error: ‘setw’ is not a member of ‘std’
>   309 |                         "F16(F32) = 0x" << std::setw(4) << nan_f16;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:309:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:313:60: error: ‘setfill’ is not a member of ‘std’
>   313 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:313:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:314:44: error: ‘setw’ is not a member of ‘std’
>   314 |                         "F32 = 0x" << std::setw(8) << nan_f32 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:314:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:315:49: error: ‘setw’ is not a member of ‘std’
>   315 |                         "F16(F32) = 0x" << std::setw(4) << nan_f16;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:315:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:319:60: error: ‘setfill’ is not a member of ‘std’
>   319 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:319:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:320:44: error: ‘setw’ is not a member of ‘std’
>   320 |                         "F32 = 0x" << std::setw(8) << nan_f32 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:320:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:321:49: error: ‘setw’ is not a member of ‘std’
>   321 |                         "F16(F32) = 0x" << std::setw(4) << nan_f16;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:321:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc: In member function ‘virtual void FP16_IEEE_FROM_FP32_VALUE_negative_nan_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:333:60: error: ‘setfill’ is not a member of ‘std’
>   333 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:333:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:334:44: error: ‘setw’ is not a member of ‘std’
>   334 |                         "F32 = 0x" << std::setw(8) << nan_f32 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:334:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:335:49: error: ‘setw’ is not a member of ‘std’
>   335 |                         "F16(F32) = 0x" << std::setw(4) << nan_f16;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:335:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:339:60: error: ‘setfill’ is not a member of ‘std’
>   339 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:339:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:340:44: error: ‘setw’ is not a member of ‘std’
>   340 |                         "F32 = 0x" << std::setw(8) << nan_f32 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:340:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:341:49: error: ‘setw’ is not a member of ‘std’
>   341 |                         "F16(F32) = 0x" << std::setw(4) << nan_f16;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:341:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:345:60: error: ‘setfill’ is not a member of ‘std’
>   345 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:345:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:346:44: error: ‘setw’ is not a member of ‘std’
>   346 |                         "F32 = 0x" << std::setw(8) << nan_f32 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:346:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:347:49: error: ‘setw’ is not a member of ‘std’
>   347 |                         "F16(F32) = 0x" << std::setw(4) << nan_f16;
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:347:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc: In member function ‘virtual void FP16_IEEE_FROM_FP32_VALUE_revertible_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:359:60: error: ‘setfill’ is not a member of ‘std’
>   359 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:359:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:360:44: error: ‘setw’ is not a member of ‘std’
>   360 |                         "F16 = 0x" << std::setw(4) << f16 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:360:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:361:49: error: ‘setw’ is not a member of ‘std’
>   361 |                         "F32(F16) = 0x" << std::setw(8) << bits_f32 << ", " <<
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:361:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:362:54: error: ‘setw’ is not a member of ‘std’
>   362 |                         "F16(F32(F16)) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(value_f32);
>       |                                                      ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:362:54: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:372:60: error: ‘setfill’ is not a member of ‘std’
>   372 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:372:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:373:44: error: ‘setw’ is not a member of ‘std’
>   373 |                         "F16 = 0x" << std::setw(4) << f16 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:373:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:374:49: error: ‘setw’ is not a member of ‘std’
>   374 |                         "F32(F16) = 0x" << std::setw(8) << bits_f32 << ", " <<
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:374:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:375:54: error: ‘setw’ is not a member of ‘std’
>   375 |                         "F16(F32(F16)) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(value_f32);
>       |                                                      ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:375:54: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc: In member function ‘virtual void FP16_IEEE_FROM_FP32_VALUE_underflow_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:387:60: error: ‘setfill’ is not a member of ‘std’
>   387 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:387:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:388:44: error: ‘setw’ is not a member of ‘std’
>   388 |                         "F32 = 0x" << std::setw(8) << bits << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:388:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:389:49: error: ‘setw’ is not a member of ‘std’
>   389 |                         "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(value) << ", " <<
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:389:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:390:44: error: ‘setw’ is not a member of ‘std’
>   390 |                         "F16 = 0x" << std::setw(4) << zero_f16;
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:390:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc: In member function ‘virtual void FP16_ALT_TO_FP32_VALUE_normalized_powers_of_2_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:41:52: error: ‘setfill’ is not a member of ‘std’
>    41 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:8:1: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
>     7 | #include <tables.h>
>   +++ |+#include <iomanip>
>     8 | 
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:42:36: error: ‘setw’ is not a member of ‘std’
>    42 |                 "F16 = 0x" << std::setw(4) << min_po2_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:42:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:43:41: error: ‘setw’ is not a member of ‘std’
>    43 |                 "F32(F16) = 0x" << std::setw(8) << min_po2_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:43:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:44:36: error: ‘setw’ is not a member of ‘std’
>    44 |                 "F32 = 0x" << std::setw(8) << min_po2_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:44:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:395:52: error: ‘setfill’ is not a member of ‘std’
>   395 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:395:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:396:36: error: ‘setw’ is not a member of ‘std’
>   396 |                 "F32 = 0x" << std::setw(8) << min_nonzero_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:396:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:397:41: error: ‘setw’ is not a member of ‘std’
>   397 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(min_nonzero_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:397:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:398:36: error: ‘setw’ is not a member of ‘std’
>   398 |                 "F16 = 0x" << std::setw(4) << min_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:398:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:50:52: error: ‘setfill’ is not a member of ‘std’
>    50 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:50:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:51:36: error: ‘setw’ is not a member of ‘std’
>    51 |                 "F16 = 0x" << std::setw(4) << eighths_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:51:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:52:41: error: ‘setw’ is not a member of ‘std’
>    52 |                 "F32(F16) = 0x" << std::setw(8) << eighths_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:52:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:53:36: error: ‘setw’ is not a member of ‘std’
>    53 |                 "F32 = 0x" << std::setw(8) << eighths_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:53:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:59:52: error: ‘setfill’ is not a member of ‘std’
>    59 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:59:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:60:36: error: ‘setw’ is not a member of ‘std’
>    60 |                 "F16 = 0x" << std::setw(4) << quarter_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:60:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:61:41: error: ‘setw’ is not a member of ‘std’
>    61 |                 "F32(F16) = 0x" << std::setw(8) << quarter_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:61:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:62:36: error: ‘setw’ is not a member of ‘std’
>    62 |                 "F32 = 0x" << std::setw(8) << quarter_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:62:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:68:52: error: ‘setfill’ is not a member of ‘std’
>    68 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:68:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:69:36: error: ‘setw’ is not a member of ‘std’
>    69 |                 "F16 = 0x" << std::setw(4) << half_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:69:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:70:41: error: ‘setw’ is not a member of ‘std’
>    70 |                 "F32(F16) = 0x" << std::setw(8) << half_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:70:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:71:36: error: ‘setw’ is not a member of ‘std’
>    71 |                 "F32 = 0x" << std::setw(8) << half_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:71:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc: In member function ‘virtual void FP16_IEEE_FROM_FP32_VALUE_overflow_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:410:60: error: ‘setfill’ is not a member of ‘std’
>   410 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:410:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:411:44: error: ‘setw’ is not a member of ‘std’
>   411 |                         "F32 = 0x" << std::setw(8) << bits << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:411:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:412:49: error: ‘setw’ is not a member of ‘std’
>   412 |                         "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(value) << ", " <<
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:412:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:413:44: error: ‘setw’ is not a member of ‘std’
>   413 |                         "F16 = 0x" << std::setw(4) << positive_infinity_f16;
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:413:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:77:52: error: ‘setfill’ is not a member of ‘std’
>    77 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:77:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:78:36: error: ‘setw’ is not a member of ‘std’
>    78 |                 "F16 = 0x" << std::setw(4) << one_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:78:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:79:41: error: ‘setw’ is not a member of ‘std’
>    79 |                 "F32(F16) = 0x" << std::setw(8) << one_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:79:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:80:36: error: ‘setw’ is not a member of ‘std’
>    80 |                 "F32 = 0x" << std::setw(8) << one_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:80:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:418:52: error: ‘setfill’ is not a member of ‘std’
>   418 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:418:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:419:36: error: ‘setw’ is not a member of ‘std’
>   419 |                 "F32 = 0x" << std::setw(8) << max_finite_f32 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:419:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:420:41: error: ‘setw’ is not a member of ‘std’
>   420 |                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(max_finite_value) << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:420:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:421:36: error: ‘setw’ is not a member of ‘std’
>   421 |                 "F16 = 0x" << std::setw(4) << max_finite_f16;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:86:52: error: ‘setfill’ is not a member of ‘std’
>    86 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:421:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:86:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:87:36: error: ‘setw’ is not a member of ‘std’
>    87 |                 "F16 = 0x" << std::setw(4) << two_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:87:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:88:41: error: ‘setw’ is not a member of ‘std’
>    88 |                 "F32(F16) = 0x" << std::setw(8) << two_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:88:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:89:36: error: ‘setw’ is not a member of ‘std’
>    89 |                 "F32 = 0x" << std::setw(8) << two_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:89:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:95:52: error: ‘setfill’ is not a member of ‘std’
>    95 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:95:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:96:36: error: ‘setw’ is not a member of ‘std’
>    96 |                 "F16 = 0x" << std::setw(4) << four_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:96:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:97:41: error: ‘setw’ is not a member of ‘std’
>    97 |                 "F32(F16) = 0x" << std::setw(8) << four_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:97:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:98:36: error: ‘setw’ is not a member of ‘std’
>    98 |                 "F32 = 0x" << std::setw(8) << four_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:98:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:104:52: error: ‘setfill’ is not a member of ‘std’
>   104 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:104:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:105:36: error: ‘setw’ is not a member of ‘std’
>   105 |                 "F16 = 0x" << std::setw(4) << eight_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:105:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:106:41: error: ‘setw’ is not a member of ‘std’
>   106 |                 "F32(F16) = 0x" << std::setw(8) << eight_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:106:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:107:36: error: ‘setw’ is not a member of ‘std’
>   107 |                 "F32 = 0x" << std::setw(8) << eight_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:107:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc: In member function ‘virtual void FP16_IEEE_FROM_FP32_VALUE_positive_denormalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:434:68: error: ‘setfill’ is not a member of ‘std’
>   434 |                                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:434:68: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:435:52: error: ‘setw’ is not a member of ‘std’
>   435 |                                 "F32 = 0x" << std::setw(8) << f32 << ", " <<
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:435:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:436:57: error: ‘setw’ is not a member of ‘std’
>   436 |                                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(value) << ", " <<
>       |                                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:436:57: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:437:52: error: ‘setw’ is not a member of ‘std’
>   437 |                                 "F16 = 0x" << std::setw(4) << f16;
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:437:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:113:52: error: ‘setfill’ is not a member of ‘std’
>   113 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:113:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:114:36: error: ‘setw’ is not a member of ‘std’
>   114 |                 "F16 = 0x" << std::setw(4) << sixteen_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:114:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:115:41: error: ‘setw’ is not a member of ‘std’
>   115 |                 "F32(F16) = 0x" << std::setw(8) << sixteen_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:115:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:116:36: error: ‘setw’ is not a member of ‘std’
>   116 |                 "F32 = 0x" << std::setw(8) << sixteen_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:116:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:122:52: error: ‘setfill’ is not a member of ‘std’
>   122 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:122:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:123:36: error: ‘setw’ is not a member of ‘std’
>   123 |                 "F16 = 0x" << std::setw(4) << thirtytwo_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:123:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:124:41: error: ‘setw’ is not a member of ‘std’
>   124 |                 "F32(F16) = 0x" << std::setw(8) << thirtytwo_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:124:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:125:36: error: ‘setw’ is not a member of ‘std’
>   125 |                 "F32 = 0x" << std::setw(8) << thirtytwo_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:125:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:131:52: error: ‘setfill’ is not a member of ‘std’
>   131 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:131:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:132:36: error: ‘setw’ is not a member of ‘std’
>   132 |                 "F16 = 0x" << std::setw(4) << sixtyfour_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:132:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:133:41: error: ‘setw’ is not a member of ‘std’
>   133 |                 "F32(F16) = 0x" << std::setw(8) << sixtyfour_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:133:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:134:36: error: ‘setw’ is not a member of ‘std’
>   134 |                 "F32 = 0x" << std::setw(8) << sixtyfour_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc: In member function ‘virtual void FP16_IEEE_FROM_FP32_VALUE_negative_denormalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:453:68: error: ‘setfill’ is not a member of ‘std’
>   453 |                                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:134:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:453:68: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:454:52: error: ‘setw’ is not a member of ‘std’
>   454 |                                 "F32 = 0x" << std::setw(8) << f32 << ", " <<
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:454:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:455:57: error: ‘setw’ is not a member of ‘std’
>   455 |                                 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(value) << ", " <<
>       |                                                         ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:455:57: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:456:52: error: ‘setw’ is not a member of ‘std’
>   456 |                                 "F16 = 0x" << std::setw(4) << f16;
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:456:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:140:52: error: ‘setfill’ is not a member of ‘std’
>   140 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:140:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:141:36: error: ‘setw’ is not a member of ‘std’
>   141 |                 "F16 = 0x" << std::setw(4) << max_po2_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:141:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:142:41: error: ‘setw’ is not a member of ‘std’
>   142 |                 "F32(F16) = 0x" << std::setw(8) << max_po2_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:142:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:143:36: error: ‘setw’ is not a member of ‘std’
>   143 |                 "F32 = 0x" << std::setw(8) << max_po2_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:143:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc: In member function ‘virtual void FP16_IEEE_FROM_FP32_VALUE_positive_normalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:475:76: error: ‘setfill’ is not a member of ‘std’
>   475 |                                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:475:76: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:476:60: error: ‘setw’ is not a member of ‘std’
>   476 |                                         "F32 = 0x" << std::setw(8) << f32 << ", " <<
>       |                                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:476:60: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:477:65: error: ‘setw’ is not a member of ‘std’
>   477 |                                         "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(value) << ", " <<
>       |                                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:477:65: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:478:60: error: ‘setw’ is not a member of ‘std’
>   478 |                                         "F16 = 0x" << std::setw(4) << f16;
>       |                                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:478:60: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc: In member function ‘virtual void FP16_ALT_TO_FP32_VALUE_denormalized_powers_of_2_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:173:52: error: ‘setfill’ is not a member of ‘std’
>   173 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:173:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:174:36: error: ‘setw’ is not a member of ‘std’
>   174 |                 "F16 = 0x" << std::setw(4) << exp2_minus_15_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:174:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:175:41: error: ‘setw’ is not a member of ‘std’
>   175 |                 "F32(F16) = 0x" << std::setw(8) << exp2_minus_15_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:175:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:176:36: error: ‘setw’ is not a member of ‘std’
>   176 |                 "F32 = 0x" << std::setw(8) << exp2_minus_15_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:176:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:182:52: error: ‘setfill’ is not a member of ‘std’
>   182 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:182:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:183:36: error: ‘setw’ is not a member of ‘std’
>   183 |                 "F16 = 0x" << std::setw(4) << exp2_minus_16_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:183:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:184:41: error: ‘setw’ is not a member of ‘std’
>   184 |                 "F32(F16) = 0x" << std::setw(8) << exp2_minus_16_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:184:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:185:36: error: ‘setw’ is not a member of ‘std’
>   185 |                 "F32 = 0x" << std::setw(8) << exp2_minus_16_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:185:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:191:52: error: ‘setfill’ is not a member of ‘std’
>   191 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:191:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:192:36: error: ‘setw’ is not a member of ‘std’
>   192 |                 "F16 = 0x" << std::setw(4) << exp2_minus_17_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:192:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:193:41: error: ‘setw’ is not a member of ‘std’
>   193 |                 "F32(F16) = 0x" << std::setw(8) << exp2_minus_17_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:193:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:194:36: error: ‘setw’ is not a member of ‘std’
>   194 |                 "F32 = 0x" << std::setw(8) << exp2_minus_17_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:194:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:200:52: error: ‘setfill’ is not a member of ‘std’
>   200 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:200:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:201:36: error: ‘setw’ is not a member of ‘std’
>   201 |                 "F16 = 0x" << std::setw(4) << exp2_minus_18_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:201:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:202:41: error: ‘setw’ is not a member of ‘std’
>   202 |                 "F32(F16) = 0x" << std::setw(8) << exp2_minus_18_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:202:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:203:36: error: ‘setw’ is not a member of ‘std’
>   203 |                 "F32 = 0x" << std::setw(8) << exp2_minus_18_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:203:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:209:52: error: ‘setfill’ is not a member of ‘std’
>   209 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:209:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:210:36: error: ‘setw’ is not a member of ‘std’
>   210 |                 "F16 = 0x" << std::setw(4) << exp2_minus_19_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:210:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:211:41: error: ‘setw’ is not a member of ‘std’
>   211 |                 "F32(F16) = 0x" << std::setw(8) << exp2_minus_19_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:211:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:212:36: error: ‘setw’ is not a member of ‘std’
>   212 |                 "F32 = 0x" << std::setw(8) << exp2_minus_19_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:212:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:218:52: error: ‘setfill’ is not a member of ‘std’
>   218 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:218:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:219:36: error: ‘setw’ is not a member of ‘std’
>   219 |                 "F16 = 0x" << std::setw(4) << exp2_minus_20_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:219:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:220:41: error: ‘setw’ is not a member of ‘std’
>   220 |                 "F32(F16) = 0x" << std::setw(8) << exp2_minus_20_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:220:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:221:36: error: ‘setw’ is not a member of ‘std’
>   221 |                 "F32 = 0x" << std::setw(8) << exp2_minus_20_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:221:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:227:52: error: ‘setfill’ is not a member of ‘std’
>   227 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:227:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:228:36: error: ‘setw’ is not a member of ‘std’
>   228 |                 "F16 = 0x" << std::setw(4) << exp2_minus_21_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:228:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:229:41: error: ‘setw’ is not a member of ‘std’
>   229 |                 "F32(F16) = 0x" << std::setw(8) << exp2_minus_21_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:229:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:230:36: error: ‘setw’ is not a member of ‘std’
>   230 |                 "F32 = 0x" << std::setw(8) << exp2_minus_21_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:230:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:236:52: error: ‘setfill’ is not a member of ‘std’
>   236 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:236:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:237:36: error: ‘setw’ is not a member of ‘std’
>   237 |                 "F16 = 0x" << std::setw(4) << exp2_minus_22_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:237:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:238:41: error: ‘setw’ is not a member of ‘std’
>   238 |                 "F32(F16) = 0x" << std::setw(8) << exp2_minus_22_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:238:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:239:36: error: ‘setw’ is not a member of ‘std’
>   239 |                 "F32 = 0x" << std::setw(8) << exp2_minus_22_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:239:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:245:52: error: ‘setfill’ is not a member of ‘std’
>   245 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:245:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:246:36: error: ‘setw’ is not a member of ‘std’
>   246 |                 "F16 = 0x" << std::setw(4) << exp2_minus_23_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:246:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:247:41: error: ‘setw’ is not a member of ‘std’
>   247 |                 "F32(F16) = 0x" << std::setw(8) << exp2_minus_23_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:247:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:248:36: error: ‘setw’ is not a member of ‘std’
>   248 |                 "F32 = 0x" << std::setw(8) << exp2_minus_23_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:248:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:254:52: error: ‘setfill’ is not a member of ‘std’
>   254 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:254:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:255:36: error: ‘setw’ is not a member of ‘std’
>   255 |                 "F16 = 0x" << std::setw(4) << exp2_minus_24_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:255:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:256:41: error: ‘setw’ is not a member of ‘std’
>   256 |                 "F32(F16) = 0x" << std::setw(8) << exp2_minus_24_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:256:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:257:36: error: ‘setw’ is not a member of ‘std’
>   257 |                 "F32 = 0x" << std::setw(8) << exp2_minus_24_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:257:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc: In member function ‘virtual void FP16_IEEE_FROM_FP32_VALUE_negative_normalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:498:76: error: ‘setfill’ is not a member of ‘std’
>   498 |                                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:498:76: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:499:60: error: ‘setw’ is not a member of ‘std’
>   499 |                                         "F32 = 0x" << std::setw(8) << f32 << ", " <<
>       |                                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:499:60: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:500:65: error: ‘setw’ is not a member of ‘std’
>   500 |                                         "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(value) << ", " <<
>       |                                                                 ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:500:65: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:501:60: error: ‘setw’ is not a member of ‘std’
>   501 |                                         "F16 = 0x" << std::setw(4) << f16;
>       |                                                            ^~~~
> /<<PKGBUILDDIR>>/test/ieee-from-fp32-value.cc:501:60: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc: In member function ‘virtual void FP16_ALT_TO_FP32_VALUE_zero_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:271:52: error: ‘setfill’ is not a member of ‘std’
>   271 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:271:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:272:36: error: ‘setw’ is not a member of ‘std’
>   272 |                 "F16 = 0x" << std::setw(4) << positive_zero_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:272:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:273:41: error: ‘setw’ is not a member of ‘std’
>   273 |                 "F32(F16) = 0x" << std::setw(8) << positive_zero_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:273:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:274:36: error: ‘setw’ is not a member of ‘std’
>   274 |                 "F32 = 0x" << std::setw(8) << positive_zero_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:274:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:280:52: error: ‘setfill’ is not a member of ‘std’
>   280 |                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:280:52: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:281:36: error: ‘setw’ is not a member of ‘std’
>   281 |                 "F16 = 0x" << std::setw(4) << negative_zero_f16 << ", " <<
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:281:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:282:41: error: ‘setw’ is not a member of ‘std’
>   282 |                 "F32(F16) = 0x" << std::setw(8) << negative_zero_bits << ", " <<
>       |                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:282:41: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:283:36: error: ‘setw’ is not a member of ‘std’
>   283 |                 "F32 = 0x" << std::setw(8) << negative_zero_f32;
>       |                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:283:36: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc: In member function ‘virtual void FP16_ALT_TO_FP32_VALUE_positive_normalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:296:68: error: ‘setfill’ is not a member of ‘std’
>   296 |                                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:296:68: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:297:52: error: ‘setw’ is not a member of ‘std’
>   297 |                                 "F16 = 0x" << std::setw(4) << fp16 << ", " <<
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:297:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:298:57: error: ‘setw’ is not a member of ‘std’
>   298 |                                 "F32(F16) = 0x" << std::setw(8) << bits << ", " <<
>       |                                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:298:57: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:299:52: error: ‘setw’ is not a member of ‘std’
>   299 |                                 "F32 = 0x" << std::setw(8) << fp32;
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:299:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc: In member function ‘virtual void FP16_ALT_TO_FP32_VALUE_negative_normalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:314:68: error: ‘setfill’ is not a member of ‘std’
>   314 |                                 std::hex << std::uppercase << std::setfill('0') <<
>       |                                                                    ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:314:68: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:315:52: error: ‘setw’ is not a member of ‘std’
>   315 |                                 "F16 = 0x" << std::setw(4) << fp16 << ", " <<
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:315:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:316:57: error: ‘setw’ is not a member of ‘std’
>   316 |                                 "F32(F16) = 0x" << std::setw(8) << bits << ", " <<
>       |                                                         ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:316:57: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:317:52: error: ‘setw’ is not a member of ‘std’
>   317 |                                 "F32 = 0x" << std::setw(8) << fp32;
>       |                                                    ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:317:52: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc: In member function ‘virtual void FP16_ALT_TO_FP32_VALUE_positive_denormalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:328:60: error: ‘setfill’ is not a member of ‘std’
>   328 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:328:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:329:44: error: ‘setw’ is not a member of ‘std’
>   329 |                         "F16 = 0x" << std::setw(4) << h << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:329:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:330:49: error: ‘setw’ is not a member of ‘std’
>   330 |                         "F32(F16) = 0x" << std::setw(8) << bits << ", " <<
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:330:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:331:44: error: ‘setw’ is not a member of ‘std’
>   331 |                         "F32 = 0x" << std::setw(8) << fp16::denormalizedValues[h];
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:331:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc: In member function ‘virtual void FP16_ALT_TO_FP32_VALUE_negative_denormalized_values_Test::TestBody()’:
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:343:60: error: ‘setfill’ is not a member of ‘std’
>   343 |                         std::hex << std::uppercase << std::setfill('0') <<
>       |                                                            ^~~~~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:343:60: note: ‘std::setfill’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:344:44: error: ‘setw’ is not a member of ‘std’
>   344 |                         "F16 = 0x" << std::setw(4) << fp16 << ", " <<
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:344:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:345:49: error: ‘setw’ is not a member of ‘std’
>   345 |                         "F32(F16) = 0x" << std::setw(8) << bits << ", " <<
>       |                                                 ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:345:49: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:346:44: error: ‘setw’ is not a member of ‘std’
>   346 |                         "F32 = 0x" << std::setw(8) << fp32;
>       |                                            ^~~~
> /<<PKGBUILDDIR>>/test/alt-to-fp32-value.cc:346:44: note: ‘std::setw’ is defined in header ‘<iomanip>’; this is probably fixable by adding ‘#include <iomanip>’
> make[3]: *** [CMakeFiles/bitcasts-test.dir/build.make:79: CMakeFiles/bitcasts-test.dir/test/bitcasts.cc.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/07/28/fp16_0.0~git20200514.4dfe081-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240728;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240728&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: fp16
Source-Version: 0.0~git20200514.4dfe081-5
Done: Dylan Aïssi <daissi@debian.org>

We believe that the bug you reported is fixed in the latest version of
fp16, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077426@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dylan Aïssi <daissi@debian.org> (supplier of updated fp16 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 20 Aug 2024 17:47:04 +0200
Source: fp16
Architecture: source
Version: 0.0~git20200514.4dfe081-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Changed-By: Dylan Aïssi <daissi@debian.org>
Closes: 1077426
Changes:
 fp16 (0.0~git20200514.4dfe081-5) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Petter Reinholdtsen ]
   * Added ftbfs-gcc-14.patch to use required 'include <iomanip>' where needed.
     (Closes: #1077426)
   * Set upstream metadata fields: Bug-Database, Bug-Submit.
Checksums-Sha1:
 f72295ee43db12b1cec7b52421ea132b8ca671d5 2089 fp16_0.0~git20200514.4dfe081-5.dsc
 be991a692d4df347f641ec63a57f8c25044e1b88 10760 fp16_0.0~git20200514.4dfe081-5.debian.tar.xz
 f718041ed6a56e5f2717a6ed29888701bbe79533 6975 fp16_0.0~git20200514.4dfe081-5_amd64.buildinfo
Checksums-Sha256:
 98a2cb4715b3a53f0fd0b1df13e659dc5f6ec119e9e702a2f72cb22581e39bae 2089 fp16_0.0~git20200514.4dfe081-5.dsc
 ff336e7ff9e2138cac52b086a1c96d3503d557e62eec20caf9262d6451cc5d13 10760 fp16_0.0~git20200514.4dfe081-5.debian.tar.xz
 16342741de93c8e0f51eace209cf324153dc00ada671e6d5bddb25c961e45db8 6975 fp16_0.0~git20200514.4dfe081-5_amd64.buildinfo
Files:
 ad1c499d6563271c6306e4e5d93144f9 2089 math optional fp16_0.0~git20200514.4dfe081-5.dsc
 0f8a78af696e8af7ecf17c265943b311 10760 math optional fp16_0.0~git20200514.4dfe081-5.debian.tar.xz
 fa8ae6eda574e8578906edb8d83febf6 6975 math optional fp16_0.0~git20200514.4dfe081-5_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmjwHvQbeL0FugTpdYS7xYT4FD1QFAmbEu/kACgkQYS7xYT4F
D1QZYg//YSDNdzzapuinwCiA3GbEOWvaVo1b5VCl6LCKNtNXRHU2rlmYoj81XlQv
YHlJ58/vlkOf0o/KloxYUnQd7mPmAw95rbPbUaVx0N+phkjqhCApjUO7hzrQOllX
nQiOhGjR9Ws+inEFwY9ojFqd+rIvEaBptjioXzr366r+4eTHRFXgsXipPqBsKyQs
4Xo9X2hawYdC/FKn+UEb8bTDOCWprxVbPWPS6GXECTv8Jb5Tt78oBvBwb6n7eMLm
P5I85lUQWYxPzDTzcJaSkgTUt+IzSemj1UjfmDYHlMSBGQnpLUtXgo8D/TzsbY8f
x2saeKepyPUYdZrg5wA0S5NdUXEfuI8SV/FL+htr6f5+Gsbaz53aXtRKQfkneI4R
nbZLGzC8/J8XLWI1pYsy3kMa2lgylQAzmjpZhX1Z2pteQRkLLvNEZIAGGUahQLBG
L07kxFJ0qQm4HfEqL7mTXK+jBSAk1oQubh1oFFQkuKtTgMWe5HWkcKu1IHUZEszg
+70C875csxWFhE+dgWPELVGNLA9j+Dsas4F/WAkktYMLDA7OAOcaxUFwrJTowAvI
MewcPzrPnFJZ9XBsPxMqK9jITqx6BeRStQ4G7drULgJxiooRKFEdo2AXR13QP98V
PneFsp1Ddm78IaASmgRRla5s6tkJ+TACDjFlR+tXSbLKIdGg4OE=
=DgRx
-----END PGP SIGNATURE-----

Attachment: pgpfItKGB39VV.pgp
Description: PGP signature


--- End Message ---

Reply to: