matos/core/math.h

5 lines
61 B
C

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