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

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