annotate docs/spec/fv7.tikz @ 636:9cda689dcc20
Use an appropriate data copier for the platform's bit width
Dispatch on sb-vm:n-word-bits, though I think sbcl itself should
probably define a system-area-double-float-copy bit-bash function.
This also fixes a thinko, where only half of the times data was being
copied, even on 64-bit platforms. Sheesh. Fixes #32
author |
mas01cr |
date |
Tue, 29 Sep 2009 16:23:42 +0000 |
parents |
5a248cedd3e9 |
children |
|
rev |
line source |
mas02md@547
|
1 \foreach \y/\col in {0/60,0.2/20,0.4/40,0.6/10,0.8/10} {
|
mas02md@547
|
2 \fill[black!\col!white] ($(-0.1,0)+(0,\y)$) rectangle ($(0.1,0.2)+(0,\y)$);
|
mas02md@547
|
3 }
|