matos/core/math.h

6 lines
80 B
C
Raw Permalink Normal View History

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