#include long double truncl(long double x) { __asm__ ("fixbra %0, 5, %1, 4" : "=f"(x) : "f"(x)); return x; }