ge_precomp

ge_precomp (Duif): (y+x,y-x,2dxy)

@safe nothrow @nogc
struct ge_precomp {
enum ge_precomp zero;
fe yplusx;
fe yminusx;
fe xy2d;
}

Meta