common.h 116 Bytes
Newer Older
root's avatar
init  
root committed
1
2
3
4
5
6
7
8
#pragma once

#include "half.hpp"
#include <math.h>
#include <stdbool.h>

using half_float::half;
// Not Implemented