/* * popcount.h * * This header file contains various declaration for population count * * Version Log: * 0.1 18 March 2008 (first released to public -- GUAVA 3.3) * * CJ, Tjhai * email: ctjhai@plymouth.ac.uk * Homepage: www.plymouth.ac.uk/staff/ctjhai *
*/
#ifndef _POPCOUNT_H #define _POPCOUNT_H
#include"config.h"
/* Global variable -- only used for LUT-based popcount */ #ifdefined(POPCOUNT_LUT8) || defined(POPCOUNT_LUT16) externunsignedshort *__popcnt_LUT; #endif
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.