We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f3781 commit 0a09f64Copy full SHA for 0a09f64
mlir/test/mlir-cpu-runner/test-expand-math-approx.mlir
@@ -115,7 +115,7 @@ func.func @powf() {
115
%a_p = arith.constant 2.0 : f64
116
call @func_powff64(%a, %a_p) : (f64, f64) -> ()
117
118
- // CHECK: -nan
+ // CHECK: nan
119
%b = arith.constant -3.0 : f64
120
%b_p = arith.constant 3.0 : f64
121
call @func_powff64(%b, %b_p) : (f64, f64) -> ()
@@ -140,7 +140,7 @@ func.func @powf() {
140
%f_p = arith.constant 1.2 : f64
141
call @func_powff64(%f, %f_p) : (f64, f64) -> ()
142
143
144
%g = arith.constant 0xff80000000000000 : f64
145
call @func_powff64(%g, %g) : (f64, f64) -> ()
146
0 commit comments