kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

x86intrin.h (536B)


      1 #pragma once
      2 
      3 /* kit does not implement Clang/GCC x86 vector intrinsic headers yet.
      4  * llvm-mingw's <windows.h> includes this header while declaring WinNT
      5  * processor helpers. The scalar helper declarations themselves come from
      6  * mingw's psdk_inc/intrin-impl.h; this shim only prevents pulling in Clang's
      7  * vector intrinsic header tree. */
      8 
      9 void __stosb(unsigned char*, unsigned char, unsigned long long);
     10 unsigned long long __readgsqword(unsigned long);
     11 #define __INTRINSIC_DEFINED___stosb
     12 #define __INTRINSIC_DEFINED___readgsqword