Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: crosstest/test_arith.h

Issue 1022573004: Subzero: Add fabs intrinsic support. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review changes Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « crosstest/crosstest.cfg ('k') | crosstest/test_arith_fabs.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « crosstest/crosstest.cfg ('k') | crosstest/test_arith_fabs.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698