`poudriere bulk -t` is green on 93i386, 93amd64, 101i386, 103amd64, 110i386, for all (explicit) consumers and inversed options. No QA was done for non-x86 architectures.
Tested by transcoding a video to avoid stutter from CPU decoding on Skylake (hybrid decoding is Windows-only). *facepalm*
```lang=shell
$ fetch http://demo-uhd3d.com/files/uhd4k/Samsung_UHD_7Wonders_of_the_World_Italy.ts
$ mpv --no-config --msg-level ffmpeg=v \
--ovc libx264 --ovcopts-add tune=film,crf=18 \
--oacopts-add flags=+qscale,global_quality=500 \
-o test.mp4 Samsung_UHD_7Wonders_of_the_World_Italy.ts
...
[ffmpeg] libx264: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 AVX2 LZCNT BMI2
...
```