#pragma once #include "types.hpp" namespace cpu { class Naive { public: //Methods static void sum_128_long(UInt *a, UInt *b); }; };