c24a9923 ^
1 2 3 4 5 6 7
#include <math.h> double fabs(double x) { __asm__ ("fabs" : "+t"(x)); return x; }