mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 08:19:02 +00:00
Fix issue 105 - lost fixes for some version of Visual Studio (#106)
This commit is contained in:
committed by
Kévin Petit
parent
14753d04b3
commit
a223b8a9a2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user