Skip to content
Snippets Groups Projects
Commit a38a4f54 authored by Monty Montgomery's avatar Monty Montgomery Committed by Thomas Daede
Browse files

Improve block bounds checking in CDEF (#436)

* Improve block bounds checking in CDEF

The block bounds calculation in CDEF was doing nothing due to a
calculation error; due to misunderstanding why, a second, moredetailed
guard was added later that should have been unneccessary.

Correct the earlier/easier check to function properly, remove the more
complex and now unneccessary later guard.

* Move CDEF strength calculaiton outside block loop

Basic CDEF strength is signaled and calculated by superblock; no need
to repeat for each block
parent f038652b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment