i965/fs: set rounding mode when emitting the flrp instruction
flrp was forgotten when already adding the rounding mode for other instructions.
Fixes: ba1e25e1 ("i965/fs: set rounding mode when emitting fadd, fmul and ffma instructions") Suggested-by: Ian Romanick ian.d.romanick@intel.com Signed-off-by: Andres Gomez agomez@igalia.com