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

Unified Diff: src/platform.h

Issue 125133002: ARM: Enable the subnormal floats on QNX. Base URL: git://github.com/v8/v8.git@master
Patch Set: Created 6 years, 11 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 | « no previous file | src/platform-posix.cc » ('j') | src/platform-qnx.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform.h
diff --git a/src/platform.h b/src/platform.h
index acb4f9498669bb7da41c6dc2f831a75511bb63aa..b5a41e0f9aa2a85b73c1b0902e8e1ac0ab2dac43 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -311,6 +311,9 @@ class OS {
// Returns the double constant NAN
static double nan_value();
+ // Enable the subnormal float support on ARM CPUs.
+ static void ArmEnableSubnormalFloat();
+
// Support runtime detection of whether the hard float option of the
// EABI is used.
static bool ArmUsingHardFloat();
« no previous file with comments | « no previous file | src/platform-posix.cc » ('j') | src/platform-qnx.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698