summaryrefslogtreecommitdiff
path: root/cheri/sail_latexcc/sailccfncastunitvec.tex
blob: 1bb7a9e0418a3e92d129f8c48c19682bd6fc41cf (plain)
1
2
3
4
function cast_unit_vec b = match b {
  bitzero => 0b0,
  _ => 0b1
}