Added 'math.c' for optimized math and bit operations
This commit is contained in:
8
include/math.h
Normal file
8
include/math.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _QUARK_UTIL_H
|
||||
#define _QUARK_UTIL_H
|
||||
|
||||
int ilog2(unsigned int x);
|
||||
|
||||
int llog2(unsigned long x);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user