William G Hatch
William G Hatch
Supercedes #857.
This is a pretty generic ARC-72 implementation to serve as an example.
I like this library. One thing I would add as a feature request is a syntax for 24-bit "true color" support. In recent years they've made a standard for specifying...
I've been working on supporting registers in LLVM's NVPTX backend. I have implemented the register encoding ([here](https://github.com/llvm/llvm-project/pull/109495)). I have a branch on top of that that also ensures that variables...
I want to add `tau` to racket/math. For an in-depth look at why `tau` is better than `pi`, see [the tau manifesto](https://tauday.com/tau-manifesto). The biggest obvious and practical benefit for Racket...
I had an issue where passing an f64 where an f32 was expected would result in a zero value, and this fixes it.