Faster scaled evaluation, etc.
This commit is contained in:
parent
4042798417
commit
3ca7c0f6f4
9 changed files with 76 additions and 27 deletions
|
|
@ -16,13 +16,6 @@
|
|||
*/
|
||||
|
||||
|
||||
#if __GNUC__ == 3
|
||||
#include <backward/hash_map.h>
|
||||
#else
|
||||
#include <hash_map.h>
|
||||
using std::hash_map;
|
||||
#endif
|
||||
|
||||
#include "Sym.h"
|
||||
#include "FunDef.h"
|
||||
#include "sym_compile.h"
|
||||
|
|
|
|||
Reference in a new issue