mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-10 03:44:26 +00:00
Attempt to fix linter issues.
This commit is contained in:
parent
a0af0bf588
commit
6640d1ec81
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#include <ymath.h>
|
#include <ymath.h>
|
||||||
|
|
||||||
#endif // _MSC_VER
|
#endif // _MSC_VER
|
||||||
|
|
||||||
namespace Common
|
namespace Common
|
||||||
{
|
{
|
||||||
@ -45,7 +45,7 @@ constexpr float SNANConstant()
|
|||||||
return (_CSTD _Snan._Float);
|
return (_CSTD _Snan._Float);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // _MSC_VER
|
#endif // _MSC_VER
|
||||||
|
|
||||||
// The most significant bit of the fraction is an is-quiet bit on all architectures we care about.
|
// The most significant bit of the fraction is an is-quiet bit on all architectures we care about.
|
||||||
enum : u64
|
enum : u64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user