Maniaradio Forums
program startup - Printable Version

+- Maniaradio Forums (https://www.maniaradio.it/forum)
+-- Forum: IC706_BKT Cat Control for Icom IC-706 (https://www.maniaradio.it/forum/forumdisplay.php?fid=3)
+--- Forum: General discussion - Problems - Bugs / Generali - Problemi - Errori (https://www.maniaradio.it/forum/forumdisplay.php?fid=4)
+--- Thread: program startup (/showthread.php?tid=383)

Pages: 1 2


RE: program startup - Donsass - 05-11-2018

Issue solved.... apparently it is a compiler and chip issue. The SSE2 code has 147 additional statements than the SSE code. Apparently developers creating new or updating older applications are introducing the need for SSE2 processing without knowing it. In the case of Intel, the Pentium 4 and later chips support SSE2. Only relatively recently has AMD fully supported SSE2.  Intel sold the Pentium 4  between 2000 and 2008.
So all Intel based applications for machines using chips prior to Pentium 4 will fail and will either not install or not run.
Windows XP is not the issue and the IC706  program will run under XP on a machine with SSE2 capability.


RE: program startup - iz2bkt - 05-11-2018

Thanks for your analysis, unfortunately it seems that all the libraries used by the compiler use SSE2 and therefore it seems impossible to disable it