From 21b6ffc86a5367c286057153fbb8244d90c0144a Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Tue, 2 Jul 2024 08:52:28 -0600 Subject: [PATCH] vault backup: 2024-07-02 08:52:28 --- notes/Copy-and-Patch Compilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/Copy-and-Patch Compilation.md b/notes/Copy-and-Patch Compilation.md index a5f10b6..4ca12d5 100644 --- a/notes/Copy-and-Patch Compilation.md +++ b/notes/Copy-and-Patch Compilation.md @@ -20,7 +20,7 @@ At a broad level, copy and patch code compilation works by having a pre-built li First, prior to compilation, MetaVar generates a stencil library. -That stencil library is used as input for a +That stencil library is used as input for a copy and patch code generator. The code ## MetaVar MetaVar generates binary stencils, which allows the user to systematically generate the binary stencil variants in clean and pure C++, and leverages the Clang + LLVM compiler infrastructure to hide all platform-specific low-level detail.