SeisSol / PSpaMM

BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Fix Register Clobbering #21

Closed davschneller closed 3 months ago

davschneller commented 3 months ago

Haswell (and probably also knl/skx) hadn't had rbx and rcx clobbered, and hence failed sometimes due to that. Thus, we now add the registers to the starting_regs instead.

davschneller commented 3 months ago

Thanks for the approval, @montrie