December 22, 2020
https://issues.dlang.org/show_bug.cgi?id=20621

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |SIMD
                 CC|                            |bugzilla@digitalmars.com
          Component|dmd                         |druntime

--
January 09, 2021
https://issues.dlang.org/show_bug.cgi?id=20621

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |pro.mathias.lang@gmail.com
          Component|druntime                    |dmd
         Resolution|---                         |WONTFIX

--- Comment #1 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Sorry you encountered this. This is "on purpose". It was part of the changelog:
https://dlang.org/changelog/2.087.0.html#xmm-linux-changelog
I recommend you use `gdc` / `ldc` if you needs to target an older architecture,
it will save you much pain.

--