Thread overview
[Issue 10444] writeln of a SIMD register
Jun 02, 2014
yebblies
Sep 11, 2017
b2.temp@gmx.com
Jan 13, 2018
b2.temp@gmx.com
June 02, 2014
https://issues.dlang.org/show_bug.cgi?id=10444

briancschott@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, SIMD
                 CC|                            |briancschott@gmail.com

--- Comment #2 from briancschott@gmail.com ---
https://github.com/D-Programming-Language/phobos/pull/2220

Arrays of SIMD types seem to not work due to DMD codegen bugs, but this fixes the case of a single SIMD type being printed.

--
June 02, 2014
https://issues.dlang.org/show_bug.cgi?id=10444

yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yebblies@gmail.com

--- Comment #3 from yebblies <yebblies@gmail.com> ---
Earlier pull:

https://github.com/D-Programming-Language/phobos/pull/2124

--
September 11, 2017
https://issues.dlang.org/show_bug.cgi?id=10444

b2.temp@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |17823

--
September 13, 2017
https://issues.dlang.org/show_bug.cgi?id=10444

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/e606879eac5db9aa66967965a096c3780f64bcd6 fix issue 10444 - writeln of a SIMD register

https://github.com/dlang/phobos/commit/bb1e6f9d508e7131d5c9ea84ae1955739e116608 Merge pull request #5730 from BBasile/issue-10444

fix issue 10444 - writeln of a SIMD register

--
September 13, 2017
https://issues.dlang.org/show_bug.cgi?id=10444

github-bugzilla@puremagic.com changed:

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

--
October 16, 2017
https://issues.dlang.org/show_bug.cgi?id=10444

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/e606879eac5db9aa66967965a096c3780f64bcd6 fix issue 10444 - writeln of a SIMD register

https://github.com/dlang/phobos/commit/bb1e6f9d508e7131d5c9ea84ae1955739e116608 Merge pull request #5730 from BBasile/issue-10444

--
January 13, 2018
https://issues.dlang.org/show_bug.cgi?id=10444
Issue 10444 depends on issue 17823, which changed state.

Issue 17823 Summary: Declaration of a __vector leads to a segfault on OSX 32bits https://issues.dlang.org/show_bug.cgi?id=17823

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

--