tex_out/pseudocode_svfixedarith.tex \
tex_out/big_integer_analysis.tex \
tex_out/transcendentals.tex \
+ tex_out/atomics.tex \
tex_out/vector_isas.tex \
tex_out/fields.tex
-N -o tex_out/pseudocode_fixedshift.tex \
$(ISA_DIR)/fixedshift.mdwn
+tex_out/atomics.tex: atomics.mdwn
+ mkdir -p tex_out
+ ./mdwn_inline.py atomics.mdwn tex_out/atomics.mdwn
+ pandoc -f markdown -t latex --top-level-division=section \
+ --filter pandoc_img.py \
+ -N -o tex_out/atomics.tex tex_out/atomics.mdwn
+
tex_out/transcendentals.tex: transcendentals.mdwn
mkdir -p tex_out
./mdwn_inline.py transcendentals.mdwn tex_out/transcendentals.mdwn
\input{tex_out/big_integer.tex}
\chapter{Transcendentals}\hypertarget{transcendentals}{}
\input{tex_out/transcendentals.tex}
+\chapter{Acquire/Release Atomic Memory}\hypertarget{atomics}{}
+\input{tex_out/atomics.tex}
\begin{appendices}
\chapter{Big Integer Analysis}\hypertarget{svux2fbigintegerux2fanalysis}{}