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

Unified Diff: crosstest/test_arith.h

Issue 384443003: Add scalar lowering for sqrt intrinsic. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: whitespace Created 6 years, 5 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/runtests.sh ('k') | crosstest/test_arith_main.cpp » ('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 996d962f5df8ae22c15749d70f6ef2c9da1c58a6..b4c2c3743172d89b8c2c1c75a84fb0c7daff5470 100644
--- a/crosstest/test_arith.h
+++ b/crosstest/test_arith.h
@@ -27,3 +27,6 @@ double myFrem(double a, double b);
double test##inst(double a, double b);
FPOP_TABLE
#undef X
+
+float mySqrt(float a);
+double mySqrt(double a);
« no previous file with comments | « crosstest/runtests.sh ('k') | crosstest/test_arith_main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698