Thread overview
[Issue 23568] Error: cannot implicitly convert expression 'a < b' of type 'float4' to 'int4'
Dec 18, 2022
Iain Buclaw
Dec 19, 2022
Iain Buclaw
Dec 19, 2022
Iain Buclaw
Dec 19, 2022
Dlang Bot
Dec 19, 2022
Dlang Bot
December 18, 2022
https://issues.dlang.org/show_bug.cgi?id=23568

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
This, despite the value of comparisons being only all 1's or all 0's.

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

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

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw updated dlang/dmd pull request #14715 "SIMD: Set the result type of vector comparisons to an integer vector type" fixing this issue:

- fix Issue 23568: Set the result type of vector comparisons to an integer vector type

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

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14715 "fix Issue 23568: Set the result type of vector comparisons to an integer vector type" was merged into master:

- 63241a4698aa8f7285ac4e988605eeca38e1f0cc by Iain Buclaw:
  fix Issue 23568: Set the result type of vector comparisons to an integer
vector type

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

--