lightning.git - Portable just-in-time compiler library

index : lightning.git
Portable just-in-time compiler library
summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Cercueil <paul@crapouillou.net>2024年05月01日 15:07:02 +0200
committerpcpa <paulo.cesar.pereira.de.andrade@gmail.com>2024年05月02日 11:24:13 -0300
commite6823b06c215744c56c6d2ff7771b2a997bb6d8d (patch)
tree072e1a4cfc5813cfbdd3fdf826c0bfdc90f7df07
parentec02f673ded7d8a962b62a9911a940a5c9f9c81a (diff)
downloadlightning-e6823b06c215744c56c6d2ff7771b2a997bb6d8d.tar.gz
checks: Fix float check
The float check was silently broken; it loaded test values into registers that weren't tested. Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Diffstat
-rw-r--r--check/float.tst 6
1 files changed, 3 insertions, 3 deletions
diff --git a/check/float.tst b/check/float.tst
index 69a6caf..3465780 100644
--- a/check/float.tst
+++ b/check/float.tst
@@ -49,12 +49,12 @@ T##op##r##t##r0##f0##f1##l: \
b##op##r##t bT##op##r##t##r0##f0##f1##l %f0 %f1 \
calli @abort \
bT##op##r##t##r0##f0##f1##l: \
- movi##t %f1 li \
+ movi##t %f0 li \
op##i##t %r0 %f0 ri \
bnei T##op##i##t##r0##f0##f1##l %r0 0 \
calli @abort \
T##op##i##t##r0##f0##f1##l: \
- movi##t %f1 li \
+ movi##t %f0 li \
b##op##i##t bT##op##i##t##r0##f0##f1##l %f0 ri \
calli @abort \
bT##op##i##t##r0##f0##f1##l: \
@@ -64,7 +64,7 @@ bT##op##i##t##r0##f0##f1##l: \
beqi F##op##r##t##r0##f0##f1##l %r0 1 \
calli @abort \
F##op##r##t##r0##f0##f1##l: \
- movi##t %f1 li \
+ movi##t %f0 li \
op##i##t %r0 %f0 ri \
beqi F##op##i##t##r0##f0##f1##l %r0 1 \
calli @abort \
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月04日 10:40:33 +0000

AltStyle によって変換されたページ (->オリジナル) /