Skip to content

Instantly share code, notes, and snippets.

#include <cstddef>
#include <array>
#include <stdexcept>
//// This would be a header file if Compiler Explorer supported those
//// You can skip to the comment "Instructions set definition here"
// Use put in a namespace to avoid poluting global namespace (Otherwise there are issues with multiple HLTs)
namespace ControlBitsNS {