May 04, 2022
https://issues.dlang.org/show_bug.cgi?id=23084

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=23085

--
May 04, 2022
https://issues.dlang.org/show_bug.cgi?id=23084

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #9 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ljmf00 updated dlang/dmd pull request #14058 "fix(backend): define XMM load/store codegen for short type variants" fixing this issue:

- fix(backend): define XMM load/store codegen for short type variants

  The codegen try to generate optimized calls with XMM opcodes but fail to
  do it.  This patch adds logic to generate XMM load/store opcodes for
  TYshort,TYushort. It also adds tests for previous similar ICEs.

  Fix issue 23077, 23084.

  Reference: https://issues.dlang.org/show_bug.cgi?id=23077
  Reference: https://issues.dlang.org/show_bug.cgi?id=23084
  Reference:
https://github.com/AuburnSounds/intel-intrinsics/commit/047e9f01ae4092600f99abab1a34e32db26b3a4f
  Signed-off-by: Luís Ferreira <contact@lsferreira.net>

https://github.com/dlang/dmd/pull/14058

--
May 06, 2022
https://issues.dlang.org/show_bug.cgi?id=23084

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|---                         |DUPLICATE

--- Comment #10 from Walter Bright <bugzilla@digitalmars.com> ---


*** This issue has been marked as a duplicate of issue 23077 ***

--
1 2
Next ›   Last »