Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T03:17:05.000Z (about 2 months ago)
- Last Synced: 2024-11-11T04:23:24.530Z (about 2 months ago)
- Topics: floating-point, half-precision, hfluint8, subleq, zig
- Language: Zig
- Homepage:
- Size: 18.6 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.13.0Instructions:
$ zig build -Doptimize=ReleaseSafe
$ zig-out/bin/subleq-linear [iterations [output file]]Based on http://tom7.org/grad/murphy2023grad.pdf