Revision 4be626c188e8c9c59520165432861ac58ea2f08b authored by Alexander Kruppa on 20 February 2014, 16:48:59 UTC, committed by Alexander Kruppa on 20 February 2014, 16:48:59 UTC
1 parent 3df61d1
Raw File
ecm_ul.c
#include "cado.h"
#include "modredc_ul_default.h"
#define ecm ecm_ul
#define ell_pointorder ell_pointorder_ul
#define ellM_curveorder_jacobi ellM_curveorder_jacobi_ul
#define ell_curveorder ell_curveorder_ul
/* The next ones are static so there's no need to rename them, but it's 
   nice to have these functions distinguishable e.g. in profiler output */
#define ellM_double ellM_double_ul
#define ellM_add ellM_add_ul
#define ellM_interpret_bytecode ellM_interpret_bytecode_ul
#define ecm_stage2 ecm_stage2_ul

#include "ecm.c"
back to top