From 71ab6a4049cd3771ab05651463f5274afa68f843 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Tue, 13 Sep 2022 10:30:55 -0700 Subject: [PATCH] add comment that fptrans test cases output values are probably not all correct [skip ci] --- src/openpower/test/fptrans/fptrans_cases.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/openpower/test/fptrans/fptrans_cases.py b/src/openpower/test/fptrans/fptrans_cases.py index 9f4ef890..0d05876c 100644 --- a/src/openpower/test/fptrans/fptrans_cases.py +++ b/src/openpower/test/fptrans/fptrans_cases.py @@ -4,6 +4,10 @@ from openpower.test.state import ExpectedState from openpower.simulator.program import Program +# FIXME: output values are just what my computer produces for the current +# simulator, they are probably not all correct. + + class FPTransCases(TestAccumulatorBase): def case_fatan2s(self): lst = list(SVP64Asm(["fatan2s 3,4,5"])) -- 2.30.2