Plan 9 from Bell Labs’s /usr/web/sources/patch/applied/5l-incfloat/readme
Generate correct ARM vfp code for x++ where x is single precision float. Example test program (link with '5l -f'): void _main() { float x; x++;}