Thread overview
[Issue 23437] [CODEGEN][SIMD] Wrong codegen when inlining __simd(XMM.SQRTSS, a)
Oct 25, 2022
ponce
Oct 25, 2022
ponce
Dec 17, 2022
Iain Buclaw
Dec 17, 2023
ponce
October 25, 2022
https://issues.dlang.org/show_bug.cgi?id=23437

--- Comment #1 from ponce <aliloko@gmail.com> ---
Compile:
DMD32 D Compiler v2.100.2-dirty
Copyright (C) 1999-2022 by The D Language Foundation, All Rights Reserved
written by Walter Bright

--
October 25, 2022
https://issues.dlang.org/show_bug.cgi?id=23437

ponce <aliloko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |backend, SIMD, wrong-code

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

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

--- Comment #3 from ponce <aliloko@gmail.com> ---
Still happen in DMD64 D Compiler v2.106.0-dirty

--