histogram icon indicating copy to clipboard operation
histogram copied to clipboard

Replace optional_index with normal index again

Open HDembinski opened this issue 4 years ago • 0 comments

Instead of maintaining a special index state for "out-of-range" during linearization, just add the size of the whole histogram whenever any axis index is out of range. This assures that the final index is past the end, which can be easily detected. This should further reduce the instructions.

HDembinski avatar May 04 '20 19:05 HDembinski