From e6b6a3670c900de6c9ffc590ddfa2f24a6367b1a Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Fri, 23 May 2025 20:25:19 +0000 Subject: [PATCH] Add SIMD dependency section --- XXXX-template.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/XXXX-template.md b/XXXX-template.md index e872c6222..ba239634e 100644 --- a/XXXX-template.md +++ b/XXXX-template.md @@ -24,6 +24,16 @@ A brief summary of what the feature is. Why are we doing this? What use cases does it support? What is the expected outcome? +## Dependencies *(Optional)* + +This proposal depends on the following previously accepted proposals: + +- **[SIMD-XXXX]: Title of SIMD** + + A brief summary of the reason for the dependency + +[SIMD-XXXX]: https://github.com/solana-foundation/solana-improvement-documents/pull/XXXX + ## New Terminology Is there any new terminology introduced with this proposal?