aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-13 16:44:33 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-13 16:44:33 +0200
commitc785f245a68aab9078c37b729fa916f2feae76f0 (patch)
tree604f15e724b3cacb5b692756b541a5515a70896a /test/monniaux
parent5e53b6e6447b22eb34e5be1bc45320ca4e3d82a1 (diff)
downloadcompcert-kvx-c785f245a68aab9078c37b729fa916f2feae76f0.tar.gz
compcert-kvx-c785f245a68aab9078c37b729fa916f2feae76f0.zip
32-bit modulo now uses sign extend then call to the 64-bit function
Diffstat (limited to 'test/monniaux')
-rw-r--r--test/monniaux/lustre-convertible-en-2cgc/convertible_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/lustre-convertible-en-2cgc/convertible_main.c b/test/monniaux/lustre-convertible-en-2cgc/convertible_main.c
index 4dc333dd..6a4db4c3 100644
--- a/test/monniaux/lustre-convertible-en-2cgc/convertible_main.c
+++ b/test/monniaux/lustre-convertible-en-2cgc/convertible_main.c
@@ -58,7 +58,7 @@ DM_INLINE void Lustre_arrow_3_step(_real i1[50],_real i2[50],_real out[50]/*out*
} // End of Lustre_arrow_3_step
// Step function(s) for Lustre_hat_ctx
-void Lustre_hat_step(_real i1,_real out[50]/*out*/){
+DM_INLINE void Lustre_hat_step(_real i1,_real out[50]/*out*/){
out[0] = i1;
out[1] = i1;
out[2] = i1;