From 7abcc7c96ce891128858089e34afc2e986b1ab19 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 3 Mar 2025 14:01:10 +0100 Subject: wip --- c++/descriptor.h | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'c++/descriptor.h') diff --git a/c++/descriptor.h b/c++/descriptor.h index e1be1e9..0752a51 100644 --- a/c++/descriptor.h +++ b/c++/descriptor.h @@ -7,19 +7,19 @@ namespace lbm { namespace sch { using namespace saw::schema; -template +template struct Descriptor { - static constexpr uint64_t D = D; - static constexpr uint64_t Q = Q; + static constexpr uint64_t D = DV; + static constexpr uint64_t Q = QV; }; -template +template struct Field { using Alias = Sch; using Descriptor = Desc; - static constexpr uint64_t SC = SC; - static constexpr uint64_t DC = DC; - static constexpr uint64_t QC = QC; + static constexpr uint64_t SC = SC_V; + static constexpr uint64_t DC = DC_V; + static constexpr uint64_t QC = QC_V; }; /** @@ -29,7 +29,6 @@ template using CellData = Struct< CellT... >; -^ /** * T is an array of CellData */ -- cgit v1.2.3