https://github.com/divergentclouds/subleq-linear
An implementation of the Subleq OISC using only linear operations on half-precision (16 bit) IEEE-754 floats (and a loop).
https://github.com/divergentclouds/subleq-linear
floating-point half-precision hfluint8 subleq zig
Last synced: 8 months ago
JSON representation
An implementation of the Subleq OISC using only linear operations on half-precision (16 bit) IEEE-754 floats (and a loop).
- Host: GitHub
- URL: https://github.com/divergentclouds/subleq-linear
- Owner: DivergentClouds
- License: bsd-3-clause
- Created: 2023-05-05T15:11:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-08T12:08:55.000Z (11 months ago)
- Last Synced: 2025-07-12T12:40:01.151Z (11 months ago)
- Topics: floating-point, half-precision, hfluint8, subleq, zig
- Language: Zig
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
README
An implimentation of the Subleq OISC using only linear operations on
half-precision (16 bit) IEEE-754 floats (and a loop).
Also contains a hfluint8 implimentation.
Dependencies:
- zig
- Built on 0.14.1
Instructions:
$ zig build -Doptimize=ReleaseSafe
$ zig-out/bin/subleq-linear [iterations [output file]]
Based on http://tom7.org/grad/murphy2023grad.pdf