Happy to take another look at this once 2.014 comes out.
Sorry have been busy recently!
Karl
> On 26 Sep 2015, at 11:33 am, Chris Marshall wrote:
>
> All-
>
> I'm in the process of squashing the longlong-double-fix
> branch in preparation to rejoin master for a PDL-2.014
> release within the
I would like to implement integer exponentiation support for ** that is
used when the exponent is an integer data type. Unfortunately, I can't
figure out how to conditionalize the code so that pow is called for float
type exponent but ipow is called for integer type exponents. The generic
type in
In addition to TinyC support for JIT with PDL, progress is being made with
the gcc JIT as well:
http://gcc.gnu.org/wiki/JIT
http://github.com/vickenty/gccjit-perl
It is clear that we need to come up with a JIT framework for PDL to use
that can flexibly support a number of options for JIT comp