matos/userspace/math.h

6 lines
80 B
C
Raw Normal View History

2021-11-05 23:02:23 +01:00
#pragma once
2024-01-29 23:27:10 +01:00
#include "stdint.h"
2021-11-05 23:02:23 +01:00
#include "types.h"
uint32_t log2(uint32_t x);