diff options
Diffstat (limited to 'src/util/format/u_format_pack.py')
-rw-r--r-- | src/util/format/u_format_pack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/format/u_format_pack.py b/src/util/format/u_format_pack.py index 5a1763d1e6f..c8749a2c047 100644 --- a/src/util/format/u_format_pack.py +++ b/src/util/format/u_format_pack.py @@ -437,7 +437,7 @@ def conversion_expr(src_channel, src_size = 32 if dst_channel.size == 16: - value = 'util_float_to_half(%s)' % value + value = 'util_float_to_half_rtz(%s)' % value elif dst_channel.size == 64 and src_size < 64: value = '(double)%s' % value |