diff options
Diffstat (limited to 'src/zpow.c')
| -rw-r--r-- | src/zpow.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -5,9 +5,6 @@ #define tc libzahl_tmp_pow_c -extern void zmul_impl(z_t a, z_t b, z_t c); -extern void zsqr_impl(z_t a, z_t b); - void zpow(z_t a, z_t b, z_t c) { |
