fix REQ-51
This commit is contained in:
8
lib/include/bitops-ffz.h
Normal file
8
lib/include/bitops-ffz.h
Normal file
@@ -0,0 +1,8 @@
|
||||
/* bitops-ffz.h COPYRIGHT FUJITSU LIMITED 2014 */
|
||||
#ifndef INCLUDE_BITOPS_FFZ_H
|
||||
#define INCLUDE_BITOPS_FFZ_H
|
||||
|
||||
#define ffz(x) __ffs(~(x))
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user