SPIRV: hex_float: remove workaround for VS2013
This commit is contained in:
parent
14e57abf26
commit
076c35863e
1 changed files with 0 additions and 13 deletions
|
|
@ -23,19 +23,6 @@
|
||||||
#include <limits>
|
#include <limits>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
||||||
#if defined(_MSC_VER) && _MSC_VER < 1800
|
|
||||||
namespace std {
|
|
||||||
bool isnan(double f)
|
|
||||||
{
|
|
||||||
return ::_isnan(f) != 0;
|
|
||||||
}
|
|
||||||
bool isinf(double f)
|
|
||||||
{
|
|
||||||
return ::_finite(f) == 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "bitutils.h"
|
#include "bitutils.h"
|
||||||
|
|
||||||
namespace spvutils {
|
namespace spvutils {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue