index
:
grovel
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
#include <math.h> double rint(double x) { __asm__ ("frndint" : "+t"(x)); return x; }