Coder Social home page Coder Social logo

Comments (5)

MichaelB7 avatar MichaelB7 commented on September 4, 2024 1

@sohel1214
I’m guessing you are saying popcnt works and bmi exe’s do not work on your machine. bmi exe’s will only work if your processor supports the bmi instruction set. Just use the version tht works for you.

from asmfish.

CounterPly avatar CounterPly commented on September 4, 2024

I am not sure I fully understand your question, but bmi1 and bmi2 are processor specific "Bit Manipulation Instruction" sets.

For intel products, there is no such thing as a "bmi1 only" processors since all bmi-capable processors support bmi2 which by default includes all bmi1 instructions. For some AMD processors, however, there is support for bmi1 instructions but NOT bmi2.

from asmfish.

sohel1214 avatar sohel1214 commented on September 4, 2024

tks for reply , i get it clr if processor not support then not work engine . 1 ques more which engine best for play . popcnt or bmi .

from asmfish.

MichaelB7 avatar MichaelB7 commented on September 4, 2024

Functionally , they are the same , so which one is best depends on your hardware. If both work , start stockfish on the commandline and type “bench” whichever one provides you with the highest nps ( or shortest completion time ) would be best for your hardware.

from asmfish.

sohel1214 avatar sohel1214 commented on September 4, 2024

open stockfish and paste banch its like that in the end ?
Total time (ms) : 3265
Nodes searched : 5023629
Nodes/second : 1538630

after that what i follow Total time (ms) or Nodes searched or Nodes/second ?
if total time 2200 then good for me or 3200 or 3200+ good for me pls tel me.
same Nodes searched : 5023629 good for me or 40 gd for me
Nodes/second : 1538630 gd for me or 10 gd for me

from asmfish.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.