d7avx + dbgavx - SSE/AVX development/debug helpers for 32bits delphi
d7avx - a helper (gcc frontend) for using SSE/AVX instructions with Delphi compilers not supporting SSE/AVX instructions
uses MinGW GCC/ObjectDump to compile .c to .s and .s to .o with disassembly customized for delphi inclusion in asm statements
dbgavx - a helper for debugging XMM/YMM registers content with debuggers not supporting XMM/YMM registers
used with any debugger for XMM/YMM and also MM/ST and general registers content inspection
...While it's been freely available since its creation, it's being released here as an open-source project so the world can better use it as it sees fit.
Version 2.0 is completely reworked in 2014 to compile and run with GCC and STL to make it fully portable and accessible to all computer platforms.
...Licensed under the Simple Public License (SimPL) 2.0. For full license information, please read license.txt. Compiled executables are available for Windows and Mac OS X. Linux users will have to compile their own binaries. Instructions for compilation are included in README.txt.
A Qt-based GUI is available for sim430. Binaries only for OS X, for now. Source files can be found in src/qt folder.