add comment that fptrans test cases output values are probably not all correct
authorJacob Lifshay <programmerjake@gmail.com>
Tue, 13 Sep 2022 17:30:55 +0000 (10:30 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Tue, 13 Sep 2022 17:30:55 +0000 (10:30 -0700)
[skip ci]

src/openpower/test/fptrans/fptrans_cases.py

index 9f4ef8907ac4ed9743ab7f8700450bd393443bca..0d05876c5cf252073a0c523d8472734d64098741 100644 (file)
@@ -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"]))