MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / SetDenormalsAreZero

Method SetDenormalsAreZero

common/FPControl.h:78–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 __fi constexpr FPControlRegister SetDenormalsAreZero(bool daz)
79 {
80 if (daz)
81 bitmask |= DENORMALS_ARE_ZERO_BIT;
82 else
83 bitmask &= ~DENORMALS_ARE_ZERO_BIT;
84 return *this;
85 }
86
87 __fi constexpr bool GetFlushToZero() const
88 {

Callers 2

Pcsx2Config.cppFile · 0.80
LoadSaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected