From 3b31dbcd3ccd0af1c5e958a75e5e5a16da34bcca Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Fri, 29 Jan 2016 18:27:48 -0600 Subject: Move dynamic linking from FutureFeatures.md to PostMVP.md to reflect actual priority --- FutureFeatures.md | 4 ---- PostMVP.md | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/FutureFeatures.md b/FutureFeatures.md index 361cd47..ec5009f 100644 --- a/FutureFeatures.md +++ b/FutureFeatures.md @@ -11,10 +11,6 @@ available under [feature tests](FeatureTest.md). This is covered in the [tooling](Tooling.md) section. -## Dynamic linking - -This is covered in the [dynamic linking](DynamicLinking.md) section. - ## Finer-grained control over memory Provide access to safe OS-provided functionality including: diff --git a/PostMVP.md b/PostMVP.md index 5ae342c..f7b7917 100644 --- a/PostMVP.md +++ b/PostMVP.md @@ -32,6 +32,10 @@ and can thus be represented efficiently by the engine. [PNaCl atomic support]: https://developer.chrome.com/native-client/reference/pnacl-c-cpp-language-support#memory-model-and-atomics [SharedArrayBuffer]: https://docs.google.com/document/d/1NDGA_gZJ7M7w1Bh8S0AoDyEqwDdRh4uSoTPSNn77PFk +## Dynamic linking + +This is covered in the [dynamic linking](DynamicLinking.md) section. + ## Fixed-width SIMD Support fixed-width SIMD vectors, initially only for 128-bit wide vectors as -- cgit v1.2.3