boot2

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

ldexp-stub.after (162B)


      1             d = (double)bn[1] * 4294967296.0 + (double)bn[0];
      2 #endif
      3 #if BOOTSTRAP
      4             d = 0;
      5 #else
      6             d = ldexp(d, exp_val - frac_bits);
      7 #endif