Paddle icon indicating copy to clipboard operation
Paddle copied to clipboard

【prim】delete Floor divide decomp

Open xiaoguoguo626807 opened this issue 1 year ago • 1 comments

PR Category

Execute Infrastructure

PR Types

Bug fixes

Description

pcard-67164

floor_divide 拆解为divide 后,计算的取整逻辑和floor_divide 不同。因此不做拆解 floor_divie -8/3=-3, divide -8/3=-2

xiaoguoguo626807 avatar Oct 17 '24 11:10 xiaoguoguo626807