stellar-veritas/bundled/cbits/ref10/ge_precomp_0.c
2026-01-25 02:27:22 +01:00

8 lines
124 B
C

#include "ge.h"
static inline void ge_precomp_0(ge_precomp *h)
{
fe_1(h->yplusx);
fe_1(h->yminusx);
fe_0(h->xy2d);
}