D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 15430 - [REG2.069] amdMmx hangs up
Summary: [REG2.069] amdMmx hangs up
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: All Windows
: P1 regression
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2015-12-09 19:08 UTC by kdmult
Modified: 2018-01-05 13:27 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description kdmult 2015-12-09 19:08:47 UTC
This code hangs up on amdMmx if it is compiled by dmd 2.069.2, but works well if compiled by dmd 2.068.2.

void main()
{
    import core.cpuid;
    import std.stdio;
    if (amdMmx)
        writeln("amdMmx");
}

Configuration:
Microsoft Windows 7 Professional 6.1.7601 Service Pack 1 64-bit
CPU Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz, 2801 МГц
NVIDIA NVS 4200M
Comment 4 github-bugzilla 2018-01-05 13:27:07 UTC
Commits pushed to dmd-cxx at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/97d3999a4f3ab3c8409060bc6bb381fcc2a43c54
fix Issue 15430 - amdMmx hangs up

https://github.com/dlang/druntime/commit/d0e4dc96a265ae562e98ad81d0a7d56b752b48ef
Merge pull request #1463 from MartinNowak/fix15430