add 2 more scalar chapters
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 3 Jul 2022 17:36:54 +0000 (18:36 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 3 Jul 2022 17:36:54 +0000 (18:36 +0100)
crweird
bitnanip

openpower/Makefile
openpower/simple_v_spec.tex

index 107de70ac12c4501b3afceee624ff07461309ef3..bcc9a6efc192bc30e7fde1bdc0c22ba952df7f4d 100755 (executable)
@@ -63,6 +63,12 @@ tex:
        pandoc -f markdown -t latex --top-level-division=section \
                --filter pandoc_img.py \
                        -N -o tex_out/vector_ops.tex sv/vector_ops.mdwn
+       pandoc -f markdown -t latex --top-level-division=section \
+               --filter pandoc_img.py \
+                       -N -o tex_out/cr_int_predication.tex sv/cr_int_predication.mdwn
+       pandoc -f markdown -t latex --top-level-division=section \
+               --filter pandoc_img.py \
+                       -N -o tex_out/bitmanip.tex sv/bitmanip.mdwn
 
 
 pdf:
index 3ff5c962ce12d4397a5d1f2f2e73e00700489464..af28559626c0729535f8823269029c91783a0268 100644 (file)
@@ -154,6 +154,11 @@ Programme, requires full transparency.
 
 \chapter{Vector Assist ops}\hypertarget{svux2fvector_ops}{}
 \input{tex_out/vector_ops.tex}
+\chapter{CR Weird ops}\hypertarget{svux2fcr_int_predication}{}
+\input{tex_out/cr_int_predication.tex}
+\chapter{Bitmanip ops}\hypertarget{svux2fbitmanip}{}
+\input{tex_out/bitmanip.tex}
+
 
 
 \end{document}