Thread overview
[Issue 15242] Allow version or static if blocks in asm blocks
Jul 21, 2017
Vladimir Panteleev
Jul 21, 2017
Vladimir Panteleev
Aug 30, 2020
ponce
Aug 30, 2020
Basile-z
Dec 17, 2022
Iain Buclaw
July 21, 2017
https://issues.dlang.org/show_bug.cgi?id=15242

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |All
                 OS|Windows                     |All

--
July 21, 2017
https://issues.dlang.org/show_bug.cgi?id=15242

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |iasm

--
August 30, 2020
https://issues.dlang.org/show_bug.cgi?id=15242

--- Comment #1 from ponce <aliloko@gmail.com> ---
FWIW I think this can be closed, I've needed this in the past but since `intel-intrinsics` the amount of assembly code I maintain has reduced (but wasn't totally eliminated).

--
August 30, 2020
https://issues.dlang.org/show_bug.cgi?id=15242

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com

--- Comment #2 from Basile-z <b2.temp@gmx.com> ---
This was not a bad idea tho one of the thing it would have permit would be solved by a better feature: a system of macro for registers and function parameters or maybe alos mixin() as operand.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=15242

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--