1#include "ge.h"
2
3/*
4r = p - q
5*/
6
7void ge_msub(ge_p1p1 *r,const ge_p3 *p,const ge_precomp *q)
8{
9 fe t0;
10#include "ge_msub.h"
11}
12