matos/core/math.h

6 lines
80 B
C
Raw Normal View History

2019-04-11 22:34:20 +02:00
#pragma once
2019-05-15 23:20:03 +02:00
#include "stdarg.h"
#include "types.h"
2019-04-11 22:34:20 +02:00
uint32_t log2(uint32_t x);