Re: [Pdl-devel] PDL-2.014 release plans (SciPDL too?)

2015-10-02 Thread Karl Glazebrook
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

[Pdl-devel] integer exponentiation support for **

2015-10-02 Thread Chris Marshall
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

[Pdl-devel] PDL JIT support

2015-10-02 Thread Chris Marshall
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