mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-10 17:16:47 -04:00
15 lines
540 B
C
15 lines
540 B
C
// The PowerPC ISA package (runtime/include/isa/), re-exported under the single
|
|
// header name the generated code and the runtime include. The package has two
|
|
// host seams this project satisfies elsewhere: "ppc_isa_memory.h" (pulled by
|
|
// the quantized tier) and the ShowRuntimeFatalPopup implementation.
|
|
|
|
#pragma once
|
|
|
|
#include "isa/ppc_isa_config.h"
|
|
#include "isa/big_endian.h"
|
|
#include "isa/ppc_isa_fpenv.h"
|
|
#include "isa/ppc_isa_context.h"
|
|
#include "isa/ppc_isa_int.h"
|
|
#include "isa/ppc_isa_float.h"
|
|
#include "isa/ppc_isa_quantized.h"
|