mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 22:35:44 +00:00
added code to print offset and shift tables
This commit is contained in:
parent
79ddb18876
commit
b6313b9087
1 changed files with 8 additions and 0 deletions
|
|
@ -241,6 +241,14 @@ public:
|
|||
tmp |= 1 << d;
|
||||
if (tmp)
|
||||
*wd++ = tmp;
|
||||
|
||||
#if 0
|
||||
std::cout << deg;
|
||||
for (int d = 0; d < deg; ++d)
|
||||
std::cout << '\t' << (int)lo[d].off << ':' << (int)lo[d].shi;
|
||||
std::cout << std::endl;
|
||||
#endif
|
||||
|
||||
lo += deg;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue