On 2017-09-20 02:28, Kiran Kedlaya wrote:
Currently, some code is unable to be included in Sage (except as an
optional package) because it is not 32-bit safe. One example close to my
heart is Drew Sutherland's smalljac package for computing L-series of
hyperelliptic curves; Drew's position is that "life is too short to
worry about overflowing a 32-bit integer."

I agree with Volker here: it's probably just a matter of replacing "(unsigned) long" by "(u)int64_t" and then it should work on 64-bit too.

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to