From 46badbe70a36bb3cb5d86bd9f33aa5481c9709b9 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 28 May 2025 14:33:48 +0200 Subject: feat!: update the kernel codegen to output bit width and origin. refactor!: refactor codebase, breaking changes. Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/CodeGen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/LibCompiler/CodeGen.h') diff --git a/dev/LibCompiler/CodeGen.h b/dev/LibCompiler/CodeGen.h index 8edcff1..a189b93 100644 --- a/dev/LibCompiler/CodeGen.h +++ b/dev/LibCompiler/CodeGen.h @@ -6,9 +6,9 @@ #pragma once +#include #include #include -#include #define LC_ASSEMBLY_INTERFACE : public ::LibCompiler::AssemblyInterface #define LC_ENCODER : public ::LibCompiler::EncoderInterface -- cgit v1.2.3