Last active
August 29, 2015 14:10
-
-
Save gradha/87073355b3d224a5e765 to your computer and use it in GitHub Desktop.
cpuinfo as module compiled with 0.9.6 compiler in release mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Generated by Nimrod Compiler v0.9.6 */ | |
/* (c) 2014 Andreas Rumpf */ | |
/* The generated code is subject to the original license. */ | |
/* Compiled for: MacOSX, amd64, clang */ | |
/* Command for C compiler: | |
clang -c -w -O3 -I/private/tmp/back/Nimrod/lib -o /private/tmp/back/Nimrod/nimcache/stdlib_cpuinfo.o /private/tmp/back/Nimrod/nimcache/stdlib_cpuinfo.c */ | |
#define NIM_INTBITS 64 | |
#include "nimbase.h" | |
#include <sys/types.h>#include <sys/sysctl.h>N_NOINLINE(void, stdlib_cpuinfoInit)(void) { | |
} | |
N_NOINLINE(void, stdlib_cpuinfoDatInit)(void) { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment