Komodo 11.3
Moderator: Ras
-
- Posts: 1494
- Joined: Thu Mar 30, 2006 2:08 pm
Re: Komodo 11.3
Just a reminder that some newer AMD processors run the BMI2 PEXT instruction slower than normal. So pn these machine, just use the regular 64 bit version instead of the BMI2 version. I am not sure why the PEXT instruction is so slow on some of these chips. It would be nice if a microcode update told fix that, but I am guessing they are emulate PEXT in software.
-
- Posts: 1983
- Joined: Thu Sep 18, 2008 10:24 pm
Re: Komodo 11.3
Mark,
Am I right in saying the BMI2 build will benefit Haswell onwards?
I thought we once had a conversation together where you thought Skylake had removed the instructions to take advantage of this. Is that correct?
If so, is the situation the same with Kaby Lake and Coffee Lake etc?
Thanks, Carl
Am I right in saying the BMI2 build will benefit Haswell onwards?
I thought we once had a conversation together where you thought Skylake had removed the instructions to take advantage of this. Is that correct?
If so, is the situation the same with Kaby Lake and Coffee Lake etc?
Thanks, Carl
-
- Posts: 1494
- Joined: Thu Mar 30, 2006 2:08 pm
Re: Komodo 11.3
So these support BMI2:Werewolf wrote:Mark,
Am I right in saying the BMI2 build will benefit Haswell onwards?
I thought we once had a conversation together where you thought Skylake had removed the instructions to take advantage of this. Is that correct?
If so, is the situation the same with Kaby Lake and Coffee Lake etc?
Thanks, Carl
"Intel Haswell processors and newer (like Skylake, Broadwell)"
I cannot predict what Intel might do in the future, but so far Intel has continued support in these lines.
I have a small program to test some CPU bit to see what is supported. I might put that on our website so people can run it on their machines to see what is supported. But basically, if the BMI2 compile does not work, use the other 64 bit version. For AMD, use the non-BMI2 version. At least until they speed up the BMI2 instructions.
-
- Posts: 919
- Joined: Tue Nov 24, 2015 9:11 pm
- Location: upstate
Re: Komodo 11.3
Although BMI2 instructions give only up to 5% speedup in some applications itt would make zero sense business-wise for Intel to remove them from their new processors unless it were to replace them with something considerably better (which is not likely to happen for a long while yet).mjlef wrote:So these support BMI2:
"Intel Haswell processors and newer (like Skylake, Broadwell)"
I cannot predict what Intel might do in the future, but so far Intel has continued support in these lines.
Or you could simply post a link to CPU-Z which is the most common tool for this purpose on Windoze and not have to provide support for yet another program. :)mjlef wrote:I have a small program to test some CPU bit to see what is supported. I might put that on our website so people can run it on their machines to see what is supported.