matos/core/math.h
2019-04-11 22:34:20 +02:00

5 lines
61 B
C

#pragma once
#include "stdint.h"
uint32_t log2(uint32_t x);