What's Changed
* std::vector to SmallVector by tgymnich in https://github.com/EnzymeAD/Enzyme/pull/625
* Fix fwd fmuladd by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/679
* Fix constant instruction binop in forward mode by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/680
* Additional C++ IO support by ZuseZ4 in https://github.com/EnzymeAD/Enzyme/pull/681
* Work around julia invariant load by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/682
* Fix atomic add case by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/685
* move inactive fn-matching to demangled names by ZuseZ4 in https://github.com/EnzymeAD/Enzyme/pull/683
* Add rosenbrock test by ZuseZ4 in https://github.com/EnzymeAD/Enzyme/pull/688
* test cmake fix by ZuseZ4 in https://github.com/EnzymeAD/Enzyme/pull/691
* Handle maxpd by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/690
* Create shadows for constant, non internal globals by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/693
* Inactive typeinfo by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/694
**Full Changelog**: https://github.com/EnzymeAD/Enzyme/compare/v0.0.32...v0.0.33