Created
December 3, 2014 17:16
-
-
Save gradha/16482be37d2872ea9e0b to your computer and use it in GitHub Desktop.
cpuinfo as module compiled with patched 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