Initial commit
This commit is contained in:
commit
c101616e62
309 changed files with 53937 additions and 0 deletions
8
bundled/cbits/ref10/ge_precomp_0.c
Normal file
8
bundled/cbits/ref10/ge_precomp_0.c
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include "ge.h"
|
||||
|
||||
static inline void ge_precomp_0(ge_precomp *h)
|
||||
{
|
||||
fe_1(h->yplusx);
|
||||
fe_1(h->yminusx);
|
||||
fe_0(h->xy2d);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue