moved reel to dedicated folder because it was hogging the cpu folder
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
#include <spider/runtime/native/machine.hpp>
|
#include <spider/runtime/native/machine.hpp>
|
||||||
|
|
||||||
#include <spider/runtime/memory/RAM.hpp>
|
#include <spider/runtime/memory/RAM.hpp>
|
||||||
#include <spider/runtime/cpu/InstrReel.hpp>
|
|
||||||
|
#include <spider/runtime/reel/InstrReel.hpp>
|
||||||
|
|
||||||
#if __cplusplus >= 202002L
|
#if __cplusplus >= 202002L
|
||||||
#include <bit>
|
#include <bit>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <spider/runtime/cpu/InstrReel.hpp>
|
#include <spider/runtime/reel/InstrReel.hpp>
|
||||||
|
|
||||||
namespace spider {
|
namespace spider {
|
||||||
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <spider/runtime/cpu/InstrReel.hpp>
|
#include <spider/runtime/reel/InstrReel.hpp>
|
||||||
|
|
||||||
namespace spider {
|
namespace spider {
|
||||||
|
|
||||||
Reference in New Issue
Block a user