D124 - More execution breadth: bitfield ops, an FTZ probe, and a bit-pattern input vector for the kernels that work on bits

Status: derived - three kernels added (bfe, bfi, ftz), a obs_gpu_bits input vector the bit kernels now use, references and census entries for all three, golden re-blessed. 45 kernels; every gate green.

The reference and golden made the existing kernels trustworthy; this widens what is covered. Three additions, each chosen to fit the sweep the section already has rather than force a new input scheme:

The golden re-bless was the discipline working: the diff was inspected before blessing and every one of its 233 changes was accounted for - the three new kernels and the four bit kernels' input switch, and no float kernel moved - so re-capturing was blessing a change that was understood, not adopting whatever the device said. A bug surfaced in the golden script while doing it: it skipped the rebuild when the GPU binary merely existed, so it blessed a stale binary after a kernel changed; fixed to always run the (incremental) build.

Deferred, and named so it is not mistaken for done: the pack/unpack conversions (packUnorm, unpackHalf and kin) want operands in a value range the edge cross-product does not supply, so they need a per-kernel input scheme - the next step in this direction, not part of this one.