c - Can not disable sse in gcc -
i trying disable sse , sse2 instructions. cross compiling x86 in x64 system. using -static statically link libc. although use -mno-sse , -mno-sse2, when disassemble binary still see call strcpy_sse2, solution?
it highly possible library still contains sse instructions. have build library cross system , without sse instructions.
Comments
Post a Comment