This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/JIT/HPP/JIT.hpp
Vítor Santos Costa 30664a5344 cmake
2015-02-03 02:40:41 +00:00

27 lines
308 B
C++

#ifndef JIT_HPP
#define JIT_HPP
#ifdef __cplusplus
#include <vector>
#include <string>
#include <cstdio>
#include <iostream>
#include <fstream>
#include <time.h>
#include <dlfcn.h>
#include "config.h"
extern "C" {
#include "absmi.h"
}
using namespace std;
#else
#define LIMIT_COUNT 4096
#endif
#endif