Git Product home page Git Product logo

Comments (1)

SashaXser avatar SashaXser commented on August 26, 2024

As a windows (or linux) user.. how do you know which AVX, AVX2, SSE3, SSE4 I am running..

I'm a Ryzen7 cpu.. and understand that all will work..

image

I'm taking the cpu flags (in the order listed) as oldest to newest.. and AVX2 > ( AVX || SSE4 || SSE3 )

Other than, I know I downloaded the avx2 installer.. is there anyway to tell that this is the avx2 binary?

image

image

Thank you in advance..

Try this, I can't say for sure how accurate the program is, but it seems like it might help you figure it out. Mercury is not fully covered with optimization flags. The same mtune and tune-cpu are missing. The same Thorium is more covered with optimization flags.

Here is the output of the program on the AVX2 Mercury:

AVX (vmovaps)
NOVLX (vmovaps)
CMOV (cmovl)
BMI2 (shlx)
BMI (andn)
AVX2 (vpbroadcastq)
SSE2 (pause)
SSE1 (xorps)
Instruction set extensions used: AVX, AVX2, BMI, BMI2, CMOV, MODE64, NOVLX, SSE1, SSE2
CPU Generation: Unknown

And this is Thorium AVX2

MODE64 (push)
CMOV (cmovbe)
AVX (vmovups)
NOVLX (vmovups)
AVX2 (vpbroadcastb)
BMI2 (bzhi)
SSE1 (prefetcht0)
BMI (andn)
PCLMUL (vpclmulqdq)
SSE2 (mfence)
AES (aesenc)
SSE41 (pinsrd)
SSSE3 (pshufb)
ADX (adcx)
SHA (sha1msg1)
SSE42 (pcmpistri)
Instruction set extensions used: ADX, AES, AVX, AVX2, BMI, BMI2, CMOV, MODE64, NOVLX, PCLMUL, SHA, SSE1, SSE2, SSE41, SSE42, SSSE3
CPU Generation: Unknown

from mercury.

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.