Chromium Code Reviews| Index: crosstest/test_arith.h |
| diff --git a/crosstest/test_arith.h b/crosstest/test_arith.h |
| index 855c6072dbecb6b182bade7796a73d7d97c6dad5..be7f0b17839ca0f149f1556bb5def908bf813fa9 100644 |
| --- a/crosstest/test_arith.h |
| +++ b/crosstest/test_arith.h |
| @@ -55,3 +55,7 @@ FPOP_TABLE |
| float mySqrt(float a); |
| double mySqrt(double a); |
| // mySqrt for v4f32 is currently unsupported. |
| + |
| +float myFabs(float a); |
| +double myFabs(double a); |
| +v4f32 myFabs(v4f32 a); |