Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.

popcount emulated for core2quads

Axxe_F_
Beginner
2,020 Views

Hi all,

I'm not a programmer, i've registered just to ask a simple question:

Is it possible to emulate "popcount" instruction set on core2quads?

I have a core2quad Q9550 and I want to be able to play the pc game Quantum Break on Win10, which requires POPCOUNT.

The rest of the components are: 8 gb ddr2, socket754 asus mobo, radeon r9 290.

Thank you in advance and sorry admins if this question was already posted on the forum.

Catalin@.

0 Kudos
1 Solution
andysem
New Contributor III
2,020 Views

Well, you could try running the game under SDE (http://www.intel.com/software/sde) with -nhm switch to emulate the instruction, but that will slow execution down on a CPU slow by itself. So even if it works, I doubt you will be satisfied with performance.

 

View solution in original post

0 Kudos
2 Replies
andysem
New Contributor III
2,021 Views

Well, you could try running the game under SDE (http://www.intel.com/software/sde) with -nhm switch to emulate the instruction, but that will slow execution down on a CPU slow by itself. So even if it works, I doubt you will be satisfied with performance.

 

0 Kudos
Agressive__Ogurets
2,020 Views

Possible, with no performance hit: https://github.com/ogurets/popcnt_emulator

0 Kudos
Reply