Files
compute-runtime/core/command_container
Sebastian Sanchez f1cd951417 Fix ALU Subtraction Carry and ALU Addition
encodeAluSubStoreCarry() and encodeAluAdd() pass the incorrect
register to save the result of operation; Therefore, the computed
value is lost.

Fix this by transposing desired register flag with final register
to store value.

Change-Id: I55e6bcccf67c9d27a56478287b965ba7b6483765
Signed-off-by: Sebastian Sanchez <sebastian.sanchez@intel.com>
2020-02-05 10:53:59 -08:00
..