UPCOMMING API BREAKAGE
For TEMU 2.2 there will be some API breakage, firstly the count parameter of the temu_addInterface function will be removed. This parameter is not used at present. If you are using the emulator from C++, the parameter has a default argument, so it should not have any significant effect. The second more fundamental change will […]
TEMU 2.1.0 Released
TEMU 2.1 has now been released. Release Notes Rebased to LLVM 3.7, giving around 10% performance improvements. Added some custom LLVM optimisation passes (2-3 % extraperformance). Command Line Interface Improvements Added support for variables, these can be used as parameters tocommands. They are set using the var-set command or by assigningthem using VAR=VALUE syntax. Default […]