Kaydet (Commit) 37d4e0be authored tarafından Stefan Krah's avatar Stefan Krah

Fix two typos.

üst 42e3b607
...@@ -59,7 +59,7 @@ The reduction step b) preserves congruence: ...@@ -59,7 +59,7 @@ The reduction step b) preserves congruence:
Maximum numbers of step b): Maximum numbers of step b):
--------------------------- ---------------------------
# To avoid unneccessary formalism, define: # To avoid unnecessary formalism, define:
def R(hi, lo, z): def R(hi, lo, z):
return divmod(hi * z - hi + lo, 2**64) return divmod(hi * z - hi + lo, 2**64)
......
...@@ -169,7 +169,7 @@ squaretrans(mpd_uint_t *buf, mpd_size_t cols) ...@@ -169,7 +169,7 @@ squaretrans(mpd_uint_t *buf, mpd_size_t cols)
/* /*
* Transpose 2^n * 2^n matrix. For cache efficiency, the matrix is split into * Transpose 2^n * 2^n matrix. For cache efficiency, the matrix is split into
* square blocks with side length 'SIDE'. First, the blocks are transposed, * square blocks with side length 'SIDE'. First, the blocks are transposed,
* then a square tranposition is done on each individual block. * then a square transposition is done on each individual block.
*/ */
static void static void
squaretrans_pow2(mpd_uint_t *matrix, mpd_size_t size) squaretrans_pow2(mpd_uint_t *matrix, mpd_size_t size)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment