popcount64.c | 1 /* $NetBSD: popcount64.c,v 1.8 2015/05/29 19:39:41 matt Exp $ */ 35 __RCSID("$NetBSD: popcount64.c,v 1.8 2015/05/29 19:39:41 matt Exp $"); 46 #ifndef popcount64 // might be defined to use a __builtin 58 popcount64(uint64_t v) function in typeref:typename:unsigned int 65 popcount64(uint64_t v) function in typeref:typename:unsigned int 81 __strong_alias(popcountl, popcount64) 85 __strong_alias(popcountll, popcount64) 88 #endif /* !popcount64 */
|