問題描述
是否可以在 Intel SDE 中結合 CPUID 和指令集仿真參數 (Is it possible to combine CPUID and Instruction set emulation arguments in Intel SDE)
運行 sde.exe ‑nhm ‑bmi1 1 ‑‑ TestConsole.exe
命令不考慮 ‑bmi1 1
選項。它正確模擬 nhm
指令集,但不模擬 bmi1
指令集。是否有可能以其他方式組合它們?
參考解法
方法 1:
Unfortunately its not possible to combine both arguments as mentioned here. But there is an alternative to specify custom CPUID definition file as mentioned here and emulate only the specific instruction sets.