Fix issue 105 - lost fixes for some version of Visual Studio (#106)

This commit is contained in:
Grzegorz Wawiorko
2019-04-02 16:30:58 +02:00
committed by Kévin Petit
parent 14753d04b3
commit a223b8a9a2
2 changed files with 9 additions and 5 deletions

View File

@@ -565,7 +565,7 @@ long int lrintf (float x)
// fenv functions
//
///////////////////////////////////////////////////////////////////
#if _MSC_VER < 1900
int fetestexcept(int excepts)
{
unsigned int status = _statusfp();
@@ -583,6 +583,7 @@ int feclearexcept(int excepts)
_clearfp();
return 0;
}
#endif
#endif // __INTEL_COMPILER