intel: Remove unused IS_POWER_OF_TWO() macro.

The is_power_of_two() inline function has been used instead.

Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Eric Anholt 2013-06-11 15:59:07 -07:00
parent 9542131b27
commit 248fddecd8
1 changed files with 0 additions and 2 deletions

View File

@ -380,8 +380,6 @@ extern char *__progname;
*/
#define ROUND_DOWN_TO(value, alignment) ((value) & ~(alignment - 1))
#define IS_POWER_OF_TWO(val) (((val) & (val - 1)) == 0)
static INLINE uint32_t
U_FIXED(float value, uint32_t frac_bits)
{