zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

cpuinfo.h (152B) - Raw


      1 #ifdef __arm__
      2 #include <arm/cpuinfo.h>
      3 #else /* !__arm__ */
      4 #error Do not include this header, used only for 32-bit compatibility
      5 #endif /* !__arm__ */