vere icon indicating copy to clipboard operation
vere copied to clipboard

Lagoon jets for IEEE 754 floats.

Open sigilante opened this issue 10 months ago • 4 comments

Pursuant to draft UIP at https://github.com/urbit/UIPs/blob/sigilante/lagoon-reals/UIPS.

Should be released alongside corresponding Hoon code.

sigilante avatar Apr 18 '24 19:04 sigilante

The current root problem is that aarch wants a ton of SoftFloat functions that aren't linked yet.

https://github.com/urbit/vere/actions/runs/8819670490/job/24211443275?pr=638

Adding them piecemeal seems to be a fool's errand: any way to just build the whole thing at one go for each? I.e. include all files rather than manually listing the subset of interest?

sigilante avatar Apr 24 '24 16:04 sigilante

There seem to be some platform-specific optimized versions linked in as well, so this may need to stay in the same vein to be effectively fast.

sigilante avatar Apr 24 '24 16:04 sigilante

@urbit/kernel this is building now thanks to @pkova's sleuthing.

sigilante avatar Apr 25 '24 21:04 sigilante

This is ready for review.

sigilante avatar Jul 31 '24 18:07 sigilante

When the tests pass here on that last commit, then this is ready to merge. @joemfb @pkova @belisarius222

sigilante avatar Aug 13 '24 17:08 sigilante

urbit/urbit#6971

joemfb avatar Sep 06 '24 15:09 joemfb