GithubHelp home page GithubHelp logo

sunlite99 / avx512checker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dnovick/avx512checker

0.0 1.0 0.0 23 KB

A utility to check which AVX 512 capabilities your CPU supports.

Assembly 31.63% C++ 18.79% CMake 10.57% Makefile 39.02%

avx512checker's Introduction

avx512checker

A utility to check which AVX 512 capabilities your CPU supports. It also outputs info about some general CPU capabilities.

UPDATE: There is probably now more non-AVX512 info than there is info about AVX 512.

This started as a Windows console application. There is a CMake based Linux build in the Linux subdirectory.

UPDATE: I fixed the Linux bug. It was a stupid Dave error. I wasn't always preserving RBX; I was only pushing/popping it when I used it. However, CPUID doesn't care if I'm using it, and will write to it if the leaf calls for it. While Windows is a bit more forgiving, Linu isn't.'

I wrote this after watching a set of creel videos about AVX512: https://www.youtube.com/watch?v=D-mM6X5xnTY.

This VS 2019 project is configured to use NASM. So you'll need to install it before building it. In addition, NASM must be enabled in Visual Studio.

There is a utility to help set that up here: https://github.com/ShiftMediaProject/VSNASM.

avx512checker's People

Contributors

dnovick avatar testpersonal avatar

Watchers

 avatar

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.