Commit
c706ce3fecc70fc1805599a6cbe77b4b839ac3d2
by Gunther HueblerRESOLVED:7cdd1f8a1e444a6a01168c331f18419d67527785 the differences commit 7cdd1f8 caused were from moving the xp2_xpyp_implicit_stats into the solve routines in advance_xp2_xpyp. This is because the stats scratch variables (that have been removed) were causing us to save the rtpthlp version of lhs_dp1 into the rtp2 and thlp2, but now we are saving the correct ones. I've confirmed that the only differences in the output are rtp2_dp1 and thlp2_dp1. This problem is not present when we solve with a single lhs, but the backwards compatible flag set forces us into the solve with multiple, so the other test did not detect any bit changes.