This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

In GCC4.8.2, mno-bmi option doesn't work


Hi, all,

I'm using GCC 4.8.2 on x86-64 machine. The compiler emits tzcnt instruction
unlike previous gcc. I want to prevent using tzcnt instruction. As I know,
tzcnt instruction is BMI extension. To disable the feature, I set -mno-bmi
but it didn't work.

Is there any way to disable tzcnt instruction? 

Thanks,
Hanhwi



--
View this message in context: http://gcc.1065356.n5.nabble.com/In-GCC4-8-2-mno-bmi-option-doesn-t-work-tp1059078.html
Sent from the gcc - Help mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]