I looked for a PPM for 64-bit 5.10 but none is available

Yes, the first perl that built with MinGW64 straight out of the box was 5.12 - so, since I'm using the MinGW64 compiler, I've currently limited myself to building only for 5.12 (as regards x64). When 5.14 is released I'll cover it for both x86 and x64, too ... so you might be able to catch up then :-)

I can build these ppm's for x64 5.10 and 5.8 (I think) - and would happily do so for anyone that needs them, but by the time the x64 builds of ActivePerl become prevalent I expect that 5.10 and 5.8 will have long been superseded. I therefore don't currently intend to build and upload ppm's for these earlier x64 builds.

I've thought about uploading the libraries themselves. But even if they were available, you'd have to grab the MinGW64 compiler (and make some modifications to a couple of your ActivePerl .pm files) before you'd be able to run the Inline::C script I posted. (When I switch to Math::GMPz, there's about a 6x slowdown - mainly, I think, because perl's for loops are much slower than C's.)
Besides, it looks to me that you already have far better solutions ;-)

I think the transition from 5.10 to 5.12 happened much to quickly

It was certainly pretty quick - and 5.14 is due out next month !!

Cheers,
Rob

In reply to Re^3: unpacking 6-bit values by syphilis
in thread unpacking 6-bit values by BrowserUk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.