id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1720,fdiv_i_i_i and fdiv_i_i ops don't work correctly.,tcurtis,NotFound,"fdiv is documented to be flooring division: ""The result is the floor() of the division i.e. the next whole integer towards -inf.""

The num variants of fdiv correctly perform flooring division.

The int variants of fdiv floor the result of C integer division of the arguments, and C integer division truncates towards zero. Therefore, fdiv_i_i_i is currently equivalent to div_i_i_i.",bug,closed,normal,,core,2.6.0,low,fixed,,,,,
