digitalmars.D.bugs - [Issue 9378] New: std.internal.digest.sha_SSE3 breaks if compiled with PIC
- d-bugmail puremagic.com (19/19) Jan 23 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9378
- d-bugmail puremagic.com (12/12) Jan 24 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9378
http://d.puremagic.com/issues/show_bug.cgi?id=9378 Summary: std.internal.digest.sha_SSE3 breaks if compiled with PIC Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody puremagic.com ReportedBy: code dawg.eu Several unittests for std.uuid and std.digest fail when enabling PIC due to the SSE3 optimized asm for SHA1. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 23 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9378 Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/4a6af4e42e6d52288d3a9fb5aeeec9655824bb30 workaround Bug 9378 - SHA1 asm is broken for PIC https://github.com/D-Programming-Language/phobos/commit/ca65b3701a8d108e38a7ce782a04a0fd8e43ab63 workaround Bug 9378 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 24 2013