Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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.0

Instructions:
$ zig build -Doptimize=ReleaseSafe
$ zig-out/bin/subleq-linear [iterations [output file]]

Based on http://tom7.org/grad/murphy2023grad.pdf