Robert Thompson
Robert Thompson
OK, @benrimmington I fixed the failing tests, which had identified a genuine problem! Now we just need to find an implementation of an arbitrarily large `BinaryFloatingPoint` to really test it...
Ok, division now officially works. It probably could be optimized more.
For example, I could not construct a circumstance where `qhat` was ever larger than `Uint.max + 1`. My guess is this is because of the normalization, and in fact `qhat`...
We definitely could do something like that, I’d need to try this code and make sure it actually catches all the cases correctly (looks fine at first glance). > On...
Sorry I missed this message at the time, I am happy to keep working on it, but hadn’t heard anything in quite a while from the people responsible for merging...
> > Anyway, I actually explored this option myself long before I made this PR, and in my testing it was _dramatically_ worse. It’s possible I’m doing it wrong though!...
It's working for me! Only thing was for some reason it didn't set up the boot script for the XHYVE_EXPERIMENTAL_NFS_SHARE, so I had to manually ssh in and mount the...
I'm an experienced developer; if I wanted to hack on this in my spare time, where would be a good place to start? I understand if even figuring that out...
So as far as I can tell, you can currently use a 32-bit userland with a 64-bit kernel, and everything that I would expect to work does work (omxplayer, glmark2-es2-dispmanx,...
Sorry my question was really directed @luked99 heh, should have made that explicit…