moved reel to dedicated folder because it was hogging the cpu folder

This commit is contained in:
2026-03-23 22:29:05 -06:00
parent 3a6fc6cfb9
commit 4a659b5f0d
8 changed files with 4 additions and 3 deletions

View File

@@ -3,7 +3,8 @@
#include <spider/runtime/native/machine.hpp>
#include <spider/runtime/memory/RAM.hpp>
#include <spider/runtime/cpu/InstrReel.hpp>
#include <spider/runtime/reel/InstrReel.hpp>
#if __cplusplus >= 202002L
#include <bit>

View File

@@ -1,6 +1,6 @@
#pragma once
#include <spider/runtime/cpu/InstrReel.hpp>
#include <spider/runtime/reel/InstrReel.hpp>
namespace spider {

View File

@@ -1,6 +1,6 @@
#pragma once
#include <spider/runtime/cpu/InstrReel.hpp>
#include <spider/runtime/reel/InstrReel.hpp>
namespace spider {