From dc96527679e12cc4d39286d1f5210d01e2b912d5 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Mon, 14 Mar 2022 22:10:03 -0700 Subject: [PATCH] change inline to actually work --- openpower/sv/bitmanip.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/sv/bitmanip.mdwn b/openpower/sv/bitmanip.mdwn index bf65a028a..d5a059dbb 100644 --- a/openpower/sv/bitmanip.mdwn +++ b/openpower/sv/bitmanip.mdwn @@ -632,7 +632,7 @@ temp = clmul((RA), (RB)) ^ (RC) `cldivrem` isn't an actual instruction, but is just used in the pseudo-code for other instructions. -[[!inline pages="bitmanip_inlines/cldivrem.py" raw="true"]] +[[!inline pagenames="openpower/sv/bitmanip_inlines/cldivrem.py" raw="true" feeds="no" actions="yes"]] ## `cldiv` Carry-less Division -- 2.30.2