diff options
| author | Dan Gohman <sunfish@mozilla.com> | 2016-01-28 11:08:53 -0800 |
|---|---|---|
| committer | Dan Gohman <sunfish@mozilla.com> | 2016-01-28 11:08:53 -0800 |
| commit | c61a20dc7d60f82d4ba005a2412eabd7cc088eb1 (patch) | |
| tree | adefa4a463a201614cbb55fa8f6f6a5dee326777 /FeatureTest.md | |
| parent | a6b713dad23502e67c5dc8b94a7e4cf2c999128c (diff) | |
| download | nanowasm-design-c61a20dc7d60f82d4ba005a2412eabd7cc088eb1.tar.gz | |
Remove more references to `comma` and `conditional`.
Diffstat (limited to 'FeatureTest.md')
| -rw-r--r-- | FeatureTest.md | 2 |
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 |
