Now to get it working on MAC M1… :)

Is it possible to build with -Dusequadmath on any Mac systems at all ?
I know so little of Mac systems ... beyond claims I've seen stating that they're a "Linux based system".
That being so, I would have thought that the answer to my question would be "yes".
But then, I've also seen lots of scathing remarks wrt "Apple compilers" ... to the extent that I don't really know what to expect.

Using '--64all' dies horribly because the hints/darwin.sh file is missing arm64 and then it gets really confused. But just leaving that off seems to build 64all regardless.

I hope you're talking there about builds done with 64-bit compilers.
Given that a 64-bit compiler must inevitably provide 64-bit IVs and pointers, it might come as no surprise that it is confused by being specifically asked to do something that it intended to do in the first place.
But I would be disappointed if a 32-bit compiler insisted on building a perl with 64-bit IVs and pointers without being specifically asked to do so.

Anyway ... good luck with the -Dusequadmath aspirations !!

Last time I checked, it seemed to me that Raku provided neither 'long double' nor '__float128' support on any systems.
Are we still ahead of them on that score ?

Cheers,
Rob

In reply to Re^2: Quadmath builds of perl for MS Windows by syphilis
in thread Quadmath builds of perl for MS Windows by syphilis

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.