matos/core/math.h

5 lines
61 B
C
Raw Normal View History

2019-04-11 22:34:20 +02:00
#pragma once
#include "stdint.h"
uint32_t log2(uint32_t x);