[Issue 23538] Power operator does not work with floating point in -betterC

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Dec 4 17:57:59 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=23538

Nick Treleaven <nick at geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at geany.org
            Summary|Power operator does not     |Power operator does not
                   |work in -betterC            |work with floating point in
                   |                            |-betterC

--- Comment #1 from Nick Treleaven <nick at geany.org> ---
Each exp2 overload forwards to template exp2Impl, and each are marked
pragma(inline, true). So this should work if the inlining is done. (Though
currently it makes no difference using -inline -O or not).

--


More information about the Digitalmars-d-bugs mailing list