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 
   40 pfmlib_popcnt(
unsigned long v)
 
   42     unsigned long sum = 0;
 
double sum(double x, double y, double z)