Chromium Code Reviews| Index: sysdeps/i386/fpu/e_hypotf.S |
| diff --git a/sysdeps/i386/fpu/e_hypotf.S b/sysdeps/i386/fpu/e_hypotf.S |
| index 5967dae21596b1fd352c198047bc0b35a2a65f6a..002e384d7cc5128205c7dbf8ddb88695c865227d 100644 |
| --- a/sysdeps/i386/fpu/e_hypotf.S |
| +++ b/sysdeps/i386/fpu/e_hypotf.S |
| @@ -38,7 +38,7 @@ ENTRY(__ieee754_hypotf) |
| fmul %st(0) // x * x : y * y |
| faddp // x * x + y * y |
| fsqrt |
| -2: ret |
| +2: NACLRET |
| // We have to test whether any of the parameters is Inf. |
| // In this case the result is infinity. |