This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 { |