On 1/29/21 9:15 PM, Stefan Weil wrote: > If someone decides to use TCG_TARGET_HAS_div2_i64 instead of > TCG_TARGET_HAS_div_i64 with TCI, that lines (in addition to the implementation > of the opcodes) would be needed again.
How can you know if those lines are even correct, when there is no infrastructure behind them to either produce or consume? If someone decides to implement div2, they will have to add the whole thing at once, not build on piece-meal stuff that's been laying around for a decade. r~