Skip to content

Codegen: Add a pass that converts big integers into floats.

Matt Wala requested to merge big-int-to-float into master

This allows us to use Taylor expansions for the Laplace FMM with order 9 and above. Without this, loopy will complain that it can't infer the type of large ints.

Merge request reports