Files
spider-runtime/src/spider/runtime/instr/Instr_0E0-0FF.cpp

15 lines
195 B
C++

/**
* @brief AUTO-GENERATED by pygen.ipynb BUT editable by hand!
*
*/
#include <spider/runtime/cpu/CPU.hpp>
namespace spider {
void CPU::UPY() {
// TODO: Implement UPY
}
}