1. Is this a code or compilation fault ?
2. Can anybody help with this ?
Slightly OFF-Topic:
3. Is there any chance for SSE2 or SSE3

4. There is newer version of 7za.exe - just download latest 7-zip and copy 7z.exe over 7za.exe
Moderator: Moderators
CMOV is i686 optional instruction, and VIA C3 processor does not
support it, but VIA C3 reports it's an i686 class processor.
Unfortunately, gcc generates this optional CMOV instruction with
-mcpu=i686 optimization, so i686 optimized dynamic library code almost
causes "illegal instruction" error on VIA C3 processor during dynamic
loading. I heard that gcc team does not think to change using CMOV
instruction with i686 optimization. CMOV is very key instruction to
make faster.