tests: Add verbose debugging output and test_reader

This commit is contained in:
Merry 2023-01-16 00:25:41 +00:00
parent f865bbbad2
commit ffc3dce9b1
14 changed files with 393 additions and 22 deletions

View file

@ -40,12 +40,6 @@
#include <fmt/format.h>
#include <fmt/ostream.h>
#if defined(__APPLE__) && defined(MCL_ARCHITECTURE_ARM64)
# include <mach/mach_init.h>
# include <mach/mach_port.h>
# include <mach/task.h>
#endif
constexpr bool mask_fpsr_cum_bits = true;
namespace {