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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -