Fixed sign with signed integer function on non-x86 architecture

This commit is contained in:
Christophe Riccio
2016-05-24 13:29:18 +02:00
parent 1208eb63f7
commit 72c741d8ea
5 changed files with 117 additions and 29 deletions

View File

@@ -1235,7 +1235,7 @@ namespace ldexp_
int main()
{
int Error(0);
int Error = 0;
Error += sign::test();
Error += floor_::test();