octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #41560] Typo in jit-typeinfo.cc


From: Rik
Subject: [Octave-bug-tracker] [bug #41560] Typo in jit-typeinfo.cc
Date: Wed, 12 Feb 2014 17:40:44 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

Follow-up Comment #3, bug #41560 (project octave):

I tested JIT before and after the change and it was definitely calling the exp
function.  I ran


jit_enable (1)
jit_startcnt (1)
x = [1:5];
for i = 1:5
   y(i) = exp (x(i));
endfor


The first two lines are boilerplate to engage the JIT compiler.

The value of y was equivalent to exp ([1:5]) before and after the typo fix. 
At any rate, this was surely the right thing to do.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41560>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]