br.h -> brlib.h
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#ifndef _GENERIC_CLZ_H_
|
||||
#define _GENERIC_CLZ_H_
|
||||
|
||||
#include "br.h"
|
||||
#include "brlib.h"
|
||||
|
||||
/* Adapted from: http://www-graphics.stanford.edu/%7Eseander/bithacks.html
|
||||
*/
|
||||
|
@@ -13,7 +13,7 @@
|
||||
#ifndef _GENERIC_CTZ_H_
|
||||
#define _GENERIC_CTZ_H_
|
||||
|
||||
#include "br.h"
|
||||
#include "brlib.h"
|
||||
|
||||
/* Adapted from: http://www-graphics.stanford.edu/%7Eseander/bithacks.html
|
||||
*/
|
||||
|
@@ -13,7 +13,7 @@
|
||||
#ifndef _GENERIC_ILOG2_H_
|
||||
#define _GENERIC_ILOG2_H_
|
||||
|
||||
#include "br.h"
|
||||
#include "brlib.h"
|
||||
|
||||
/*
|
||||
* See https://stackoverflow.com/a/11398748/3079831
|
||||
|
Reference in New Issue
Block a user