Edit 10/2020: The code is also available at github: https://github.com/qwordAtGitHub/SmplMath. There will be probably no further development from my side.Hello all,
I've update my
SmplMath macros system to version 2. These macros allow to evaluate mathematically expression similar to HLLs.
Currently the macros support 32 and 64 bit code and are compatible with the MASM32 SDK. 64 bit programming requires jWasm.
The macros are organized in some kind of a front end / back end architecture, whereas there are currently back ends for FPU and SSE2 instructions.
Even if I do not really expect that anyone will ever use the macros serious (except myself), I think it might be an interesting source for people interested in writing macros or searching for FPU and SSE2 algorithms.
Regardless that, feedback is welcome

The package can be downloaded from sourceforge:
SmplMathregards, qWord