Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1463 from MartinNowak/fix15430
Browse files Browse the repository at this point in the history
fix Issue 15430 - amdMmx hangs up
  • Loading branch information
dnadlinger committed Jan 11, 2016
2 parents 549752a + 97d3999 commit d0e4dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/cpuid.d
Expand Up @@ -179,7 +179,7 @@ public:
/// Is AMD 3DNOW Ext supported?
bool amd3dnowExt() {return _amd3dnowExt;}
/// Are AMD extensions to MMX supported?
bool amdMmx() {return amdMmx;}
bool amdMmx() {return _amdMmx;}
/// Is fxsave/fxrstor supported?
bool hasFxsr() {return _hasFxsr;}
/// Is cmov supported?
Expand Down

0 comments on commit d0e4dc9

Please sign in to comment.