aboutsummaryrefslogtreecommitdiff
path: root/FeatureTest.md
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2016-01-28 11:08:53 -0800
committerDan Gohman <sunfish@mozilla.com>2016-01-28 11:08:53 -0800
commitc61a20dc7d60f82d4ba005a2412eabd7cc088eb1 (patch)
treeadefa4a463a201614cbb55fa8f6f6a5dee326777 /FeatureTest.md
parenta6b713dad23502e67c5dc8b94a7e4cf2c999128c (diff)
downloadnanowasm-design-c61a20dc7d60f82d4ba005a2412eabd7cc088eb1.tar.gz
Remove more references to `comma` and `conditional`.
Diffstat (limited to 'FeatureTest.md')
-rw-r--r--FeatureTest.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FeatureTest.md b/FeatureTest.md
index a7a3aec..39c99c9 100644
--- a/FeatureTest.md
+++ b/FeatureTest.md
@@ -37,7 +37,7 @@ To illustrate, consider 4 examples:
* [`i32.min_s`](FutureFeatures.md#additional-integer-operators) - Strategy 2
could be used to translate `(i32.min_s lhs rhs)` into an equivalent expression
- that stores `lhs` and `rhs` in locals then uses `i32.lt_s` and `conditional`.
+ that stores `lhs` and `rhs` in locals then uses `i32.lt_s` and `select`.
* [Threads](PostMVP.md#threads) - If an application uses `#ifdef` extensively
to produce thread-enabled/disabled builds, Strategy 1 would be appropriate.
However, if the application was able to abstract use of threading to a few