764bf69f2c527a2db210bf00e256bbabf223e51f
[trex.git] /
1 #include "fe.h"
2
3 #ifndef HAVE_TI_MODE
4
5 void fe_invert(fe out,fe z)
6 {
7   fe t0;
8   fe t1;
9   fe t2;
10   fe t3;
11   int i;
12
13 #include "pow225521.h"
14
15   return;
16 }
17
18 #endif