mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-09 12:00:05 +00:00
SPIRV: hex_float: remove workaround for VS2013
This commit is contained in:
parent
14e57abf26
commit
076c35863e
@ -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…
Reference in New Issue
Block a user