diff --git a/EssentialPostV1Features.md b/EssentialPostV1Features.md index b6440107..3ef41a39 100644 --- a/EssentialPostV1Features.md +++ b/EssentialPostV1Features.md @@ -20,10 +20,6 @@ Minimum Viable Product that is [v.1](V1.md). ## Fixed-width SIMD * TODO -## Platform-independent Just-in-Time compilatione -* TODO -* Potentially through dynamic loading. - ## Zero-cost Exception Handling * Developer access to stack unwinding and inspection. diff --git a/FutureFeatures.md b/FutureFeatures.md index bb1ce253..a2efc4f2 100644 --- a/FutureFeatures.md +++ b/FutureFeatures.md @@ -42,3 +42,7 @@ prioritized based on developer feedback. ## Operations which may not be available or may not perform well on all platforms * FMA, reciprocal sqrt approximate, fp16 * TODO + +## Platform-independent Just-in-Time compilatione +* TODO +* Potentially through dynamic loading.