issue #203 leftover cleanup

cmake
Dibyendu Majumdar 3 years ago
parent 3b09a22e96
commit 08c05100cf

@ -852,11 +852,6 @@
/* Following cause the first hash lookup to be inlined,
and if value is 2 then the second hash lookup is also inlined. */
#define RAVI_USE_INLINE_SHORTSTR_TGET 1
#define RAVI_USE_LLVM_BRANCH_WEIGHTS 1
/* If following is defined as true then LLVM instructions emitted for arithmetic ops
priority floating point ops, else default is to prioritise integer ops */
#define RAVI_USE_LLVM_ARITH_FLOATPRIORITY 1
/* Enables the 'defer' statement - RAVI extension */
#define RAVI_DEFER_STATEMENT
#endif

@ -2,7 +2,6 @@
#define _REDUKTI_RAVI_CONFIG_H_IN_H
#cmakedefine NO_LUA_DEBUG @NO_LUA_DEBUG@
#cmakedefine USE_LLVM @USE_LLVM@
#cmakedefine USE_OMRJIT @USE_OMRJIT@
#cmakedefine USE_MIRJIT @USE_MIRJIT@
#cmakedefine USE_RAVICOMP @USE_RAVICOMP@

@ -4,10 +4,6 @@
** See Copyright Notice in lua.h
*/
#if USE_LLVM
#include <ravi_llvm.h>
#endif
#define lua_c
#include "lprefix.h"

Loading…
Cancel
Save