Implement the first builtin function: exp().
authorEric Anholt <eric@anholt.net>
Sat, 27 Mar 2010 01:20:30 +0000 (18:20 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 29 Mar 2010 19:48:45 +0000 (12:48 -0700)
commitc22c40015db32b68b33c4944b9d94bf499135ec5
tree07cc701bee144ddd116b55959b9ab159df37388d
parent43de17282017bdf187d6e646de3262cc64b7f46b
Implement the first builtin function: exp().
Makefile.am
ast_to_hir.cpp
builtin_function.cpp [new file with mode: 0644]
ir.h