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

Unified Diff: runtime/vm/intrinsifier.h

Issue 11227042: isEven, isOdd, isNegative, isMaxValue, isMinValue, isInfinite, isPositive, isSingleValue. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase. Created 8 years, 2 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
Index: runtime/vm/intrinsifier.h
diff --git a/runtime/vm/intrinsifier.h b/runtime/vm/intrinsifier.h
index a6cbb983a0843f1f4842d637df6694cc233d5f4a..54fbeb2415942103d569dacf7a5d22fb3453a872 100644
--- a/runtime/vm/intrinsifier.h
+++ b/runtime/vm/intrinsifier.h
@@ -48,11 +48,11 @@ namespace dart {
V(_Double, -, Double_sub) \
V(_Double, *, Double_mul) \
V(_Double, /, Double_div) \
+ V(_Double, get:isNaN, Double_getIsNaN) \
+ V(_Double, get:isNegative, Double_getIsNegative) \
V(_Double, toDouble, Double_toDouble) \
V(_Double, _mulFromInteger, Double_mulFromInteger) \
V(_Double, .fromInteger, Double_fromInteger) \
- V(_Double, isNaN, Double_isNaN) \
- V(_Double, isNegative, Double_isNegative) \
V(_Double, toInt, Double_toInt) \
V(_ObjectArray, ., ObjectArray_Allocate) \
V(_ObjectArray, get:length, Array_getLength) \

Powered by Google App Engine
This is Rietveld 408576698