Thread overview
[Issue 12707] Wrong SHA1 result for SSE3 64-bit (Win?)
May 05, 2014
Nick Sabalausky
Aug 29, 2014
Ricky C
May 12, 2015
Nick Sabalausky
May 05, 2014
https://issues.dlang.org/show_bug.cgi?id=12707

Nick Sabalausky <cbkbbejeap@mailinator.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |critical

--
August 29, 2014
https://issues.dlang.org/show_bug.cgi?id=12707

Ricky C <kf6kjg+dlang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kf6kjg+dlang@gmail.com

--- Comment #1 from Ricky C <kf6kjg+dlang@gmail.com> ---
Looks like it might be fixed (or at least bypassed) in 2.066.0.  At least in my code it no longer returns the same value across multiple inputs!

--
January 14, 2015
https://issues.dlang.org/show_bug.cgi?id=12707

markus@oberhumer.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markus@oberhumer.com

--- Comment #2 from markus@oberhumer.com ---
It seems this got fixed in 2.066 by:

std.digest.sha: disable SSSE3 for SHA because it has unsupported calling convention

https://github.com/D-Programming-Language/phobos/commit/40c14681f3dd148ae4cd71c4586452ca59726144

--
May 12, 2015
https://issues.dlang.org/show_bug.cgi?id=12707

Nick Sabalausky <cbkbbejeap@mailinator.com> changed:

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

--- Comment #3 from Nick Sabalausky <cbkbbejeap@mailinator.com> ---
Cool, looks like this can be closed then.

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=12707

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--