Showing with 1 addition and 1 deletion.
  1. +1 −1 src/core/cpuid.d
2 changes: 1 addition & 1 deletion src/core/cpuid.d
Original file line number Diff line number Diff line change
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