summaryrefslogtreecommitdiff
path: root/src/intersim/misc_utils.hpp
blob: 856cbb764779087ed48fced45aebfc5227ac60b0 (plain)
1
2
3
4
5
6
7
#ifndef _MISC_UTILS_HPP_
#define _MISC_UTILS_HPP_

int log_two( int x );
int powi( int x, int y );

#endif