From ea0039f4c8a508fe446441bf14a4562101af9c2a Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:13:25 -0600 Subject: [PATCH] vault backup: 2024-07-03 11:13:25 --- notes/Copy-and-Patch Compilation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notes/Copy-and-Patch Compilation.md b/notes/Copy-and-Patch Compilation.md index e825bd4..e4f52e0 100644 --- a/notes/Copy-and-Patch Compilation.md +++ b/notes/Copy-and-Patch Compilation.md @@ -36,7 +36,8 @@ MetaVar constructs the stencil library from programmer defined *stencil generato At compile time, the compiler iterates over the values of the meta-variables and creates a library entry for every valid combination. -### +### Stencil Generators +Stencil generators are templated C++ functions whose template instantiations produce stencils. # Terminology