mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-23 20:34:58 +00:00
Arg, sparc doesn't have correct things in math.h!
llvm-svn: 6729
This commit is contained in:
parent
66d086cc1e
commit
91ada7bbb3
@ -17,6 +17,6 @@ int target_isinf(double x) {
|
||||
}
|
||||
|
||||
int main() {
|
||||
printf("%d %d\n", target_isinf(1234.42), target_isinf(INFINITY));
|
||||
printf("%d %d\n", target_isinf(1234.42), target_isinf(1.0/1.0e-1000));
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user