commented additional preprocessor branch in bn_mp_set_double.c
This commit is contained in:
parent
44e4986bfe
commit
7ce3d15995
@ -49,6 +49,7 @@ int mp_set_double(mp_int *a, double b)
|
|||||||
return MP_OKAY;
|
return MP_OKAY;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
/* pragma message() not supported by several compilers (in mostly older but still used versions) */
|
||||||
# ifdef _MSC_VER
|
# ifdef _MSC_VER
|
||||||
# pragma message("mp_set_double implementation is only available on platforms with IEEE754 floating point format")
|
# pragma message("mp_set_double implementation is only available on platforms with IEEE754 floating point format")
|
||||||
# else
|
# else
|
||||||
|
Loading…
Reference in New Issue
Block a user