aboutsummaryrefslogtreecommitdiffstats
path: root/kvx/SelectOp.vp
diff options
context:
space:
mode:
authorDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-12-12 22:57:31 +0100
committerDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-12-12 22:57:31 +0100
commit761a1e046b4fb276ee0b63785ed20a35c26641c9 (patch)
tree58b3ed3d492577e969d2fc6137519b2630060648 /kvx/SelectOp.vp
parent728c4dfe489b78b9816d2efb039618168eada263 (diff)
downloadcompcert-kvx-761a1e046b4fb276ee0b63785ed20a35c26641c9.tar.gz
compcert-kvx-761a1e046b4fb276ee0b63785ed20a35c26641c9.zip
fix assembly syntax
Diffstat (limited to 'kvx/SelectOp.vp')
-rw-r--r--kvx/SelectOp.vp2
1 files changed, 2 insertions, 0 deletions
diff --git a/kvx/SelectOp.vp b/kvx/SelectOp.vp
index 4e1087f9..f529907d 100644
--- a/kvx/SelectOp.vp
+++ b/kvx/SelectOp.vp
@@ -750,6 +750,8 @@ Definition platform_builtin (b: platform_builtin) (args: exprlist) : option expr
| BI_fmaxf => Some (Eop Omaxfs args)
| BI_fma => gen_fma args
| BI_fmaf => gen_fmaf args
+ | BI_lround_ne => Some (Eop Olongoffloat_ne args)
+ | BI_luround_ne => Some (Eop Olonguoffloat_ne args)
end.
End SELECT.