69f3d54062f643e57b88acc3fcd729b6b44035fe
[trex.git] /
1 #include "ge.h"
2
3 /*
4 r = p - q
5 */
6
7 void ge_sub(ge_p1p1 *r,const ge_p3 *p,const ge_cached *q)
8 {
9   fe t0;
10 #include "ge_sub.h"
11 }