Closed klauspost closed 1 year ago
As note by @cristaloleg in #253 the first parameter is always 1 in uses of galDivide.
galDivide
Implement a galOneOver that uses this fact and replace galDivide.
galOneOver
Make expTable fixed size and cast to uint8 to avoid bounds check on use.
expTable
As note by @cristaloleg in #253 the first parameter is always 1 in uses of
galDivide
.Implement a
galOneOver
that uses this fact and replacegalDivide
.Make
expTable
fixed size and cast to uint8 to avoid bounds check on use.