I am using to use SuperLT_MT 4.0.0 with Windows Visual Studio 2022. Please consider applying the following code changes I have had to make to resolve compile errors:
slu_mt_util.h: "FLOAT" causes a problem since it is defined in some standard header files. Replace with "xFLOAT.
claqgs.c, dlaqgs.c, slaqgs.c, zlaqgs.c. Replace "small" with "xsmall" since "small" is defined in standard header files. Might be a good idea to do something similar with "large" and so on, although only "small" caused compiler errors.
Please and thank you.