Commit Graph

3 Commits

Author SHA1 Message Date
Tyler Wilding c926e8d91f tests: don't execute instructions on the wrong platform in emitter tests 2026-06-19 21:48:48 -04:00
Tyler Wilding 1c9f5fb570 goalc: fix errors 2026-06-18 22:56:11 -04:00
Tyler Wilding 64bcd8c030 goalc: Get CodeTester tests passing on Arm64 (only targetting macOS atm) (#3290)
This PR does the following:
- Designs a mechanism by which arm64 instructions can be encoded and
emitted
- Dispatch our higher-level instruction emitting calls to either x86 or
arm64 instructions depending on what the compiler is set to (defaults to
x86)
- Bare minimum scaffolding to get the arm64 instructions successfully
executing atleast on apple silicon
- Implement enough instructions to get the codetester test suite passing
on arm
2026-03-30 20:20:47 -04:00