File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -944,8 +944,9 @@ each element `x1_i` of the input array `x1` with the respective element `x2_i` o
944
944
945
945
For floating-point operands,
946
946
947
- - If either ` x1_i ` or ` x2_i ` is ` NaN ` , the result is ` NaN ` .
948
- - If either ` x1_i ` or ` x2_i ` is ` +infinity ` , the result is ` +infinity ` .
947
+ - If either ` x1_i ` or ` x2_i ` is ` NaN ` , the result is ` NaN ` .
948
+ - If ` x1_i ` is ` +infinity ` and ` x2_i ` is not ` NaN ` , the result is ` +infinity ` .
949
+ - If ` x1_i ` is not ` NaN ` and ` x2_i ` is ` +infinity ` , the result is ` +infinity ` .
949
950
950
951
#### Parameters
951
952
Original file line number Diff line number Diff line change 70
70
| ** i1** | i2 | i4 | i8 |
71
71
| ** i2** | i2 | i4 | i8 |
72
72
| ** i4** | i4 | i4 | i8 |
73
+ | ** i8** | i8 | i8 | i8 |
73
74
74
75
### Floating-point type promotion table
75
76
You can’t perform that action at this time.
0 commit comments