Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bce (0.03 sec)

  1. src/math/big/arith.go

    // remarkably it is even faster than hoisting the bounds check
    // out of the loop, by doing something like
    //   _, _ = x[len(z)-1], y[len(z)-1]
    // There are other ways to hoist the bounds check out of the loop,
    // but the compiler's BCE isn't powerful enough for them (yet?).
    // See the discussion in CL 164966.
    
    // ----------------------------------------------------------------------------
    // Elementary operations on words
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 28 20:09:27 UTC 2022
    - 8.3K bytes
    - Viewed (0)
Back to top