24 #ifndef __PFMLIB_COMP_X86_64_H__ 25 #define __PFMLIB_COMP_X86_64_H__ 27 #ifndef __PFMLIB_COMP_H__ 28 #error "you should never include this file directly, use pfmlib_comp.h" 32 #error "you should not be including this file" 39 static inline unsigned long pfmlib_popcnt(
unsigned long v )
41 unsigned long sum = 0;
43 for ( ; v; v >>= 1 ) {
double sum(double x, double y, double z)