#include float fabs(float x) { __asm__ ("fabs" : "+t"(x)); return x; }