12 lines
No EOL
140 B
C++
12 lines
No EOL
140 B
C++
#pragma once
|
|
|
|
#include "types.hpp"
|
|
namespace cpu
|
|
{
|
|
class Naive
|
|
{
|
|
public:
|
|
//Methods
|
|
static void sum_128_long(UInt *a, UInt *b);
|
|
};
|
|
}; |