[gem5-users] Re: SPEC CPU2017 X86 SE mode - instruction 'palignr_Vdq_Wdq_Ib' unimplemented

2023-03-13 Thread Abitha Thyagarajan via gem5-users
Hi Eliot and Mirco, I had the same issue with \`palignr_Vdq_Wdq_Ib\` being unimplemented. I tried compiling my application binary (i.e., the one I was trying to run on gem5, not gem5 itself) to exclude SSE which contains that instruction. I used gcc flags \`-mno-sse3 -mno-ssse3 -mno-sse4.1 -mno

[gem5-users] Running glucose4 on gem5 – unimplemented instructions – SE

2023-03-10 Thread Abitha Thyagarajan via gem5-users
Hello, We are trying to run glucose4 on gem5. When running it on SE mode, we see that glucose4 is not able to parse the input file and run as expected. We suspect that it is because the instruction `palignr_Vdq_Wdq_Ib` is unimplemented. Additionally, it ignores some system calls: ``` build/X86/s