From 7d5abd4295e07a1fe2caa48129e132be1ed252c4 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Sun, 9 Oct 2022 14:16:40 -0700 Subject: [PATCH] fix immediate --- openpower/transcendentals.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/transcendentals.mdwn b/openpower/transcendentals.mdwn index 8e4be629b..5dcfb1f9e 100644 --- a/openpower/transcendentals.mdwn +++ b/openpower/transcendentals.mdwn @@ -479,7 +479,7 @@ suitable code block. fatanpi example pseudo-code: - fmvis ft0, 0x3F800 // upper bits of f32 1.0 (BF16) + fmvis ft0, 0x3F80 // upper bits of f32 1.0 (BF16) fatan2pis FRT, FRA, ft0 Hyperbolic function example (obviates need for Zfhyp except for -- 2.30.2