diff options
author | Alon Zakai <azakai@mozilla.com> | 2011-01-24 21:26:00 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2011-01-24 21:26:00 -0800 |
commit | 8e51dd91884b48f9c59fed12e995ed9fdbdcd5f8 (patch) | |
tree | bcb156a71f1bf0ddd5147f3ddd3326ae83067264 /demos | |
parent | eaa744cc501293669b277b754975addbb7af3ba8 (diff) |
llvm_log in library
Diffstat (limited to 'demos')
-rw-r--r-- | demos/python.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/python.js b/demos/python.js index c10b14f4..a7f61fef 100644 --- a/demos/python.js +++ b/demos/python.js @@ -6,6 +6,7 @@ var _llvm_pow_f64 = Math.pow; var _ldexp = function(x, exp_) { return x*Math.pow(2, exp_); }; +var _llvm_log_f32 = _llvm_log_f64 = Math.log; // Generated code function aa(c){throw c;}var ca=true,da=null,ea=false;function fa(){return function(){}}function ga(c){return function(){return c}}this.Module={}; |