cakeml icon indicating copy to clipboard operation
cakeml copied to clipboard

Add support for bitwise operations over ints to CakeML

Open myreen opened this issue 1 year ago • 1 comments

Consider adding support for these SML operations to CakeML.

The CakeML semantics for these operations can probably be based on these definitions from HOL.

With these implemented in CakeML, one could add word operations to Candle's cv_compute.

See discussion on veriferium channel in Discord on 21 Oct 2024.

myreen avatar Oct 21 '24 07:10 myreen

I guess https://github.com/CakeML/cakeml/issues/877 is also related

xrchz avatar May 23 '25 20:05 xrchz