boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

ldexp-stub.before (116B)


      1             d = (double)bn[1] * 4294967296.0 + (double)bn[0];
      2 #endif
      3             d = ldexp(d, exp_val - frac_bits);