From: Raymond T. <toy...@gm...> - 2012-07-13 15:43:27
|
On Fri, Jul 13, 2012 at 6:48 AM, Akshay Srinivasan < ak...@us...> wrote: > This is an automated email from the git hooks/post-receive script. It was > generated because a ref change was pushed to the repository containing > the project "matlisp". > > The branch, tensor has been updated > via 2b87e86f1392efee853a1807d7c9299fee1f7958 (commit) > from 04ac7f795b17225ad7f942b85bad9508a885ee1e (commit) > > Those revisions listed above that are new to this repository have > not appeared on any other notification email; so we list those > revisions in full, below. > > - Log ----------------------------------------------------------------- > commit 2b87e86f1392efee853a1807d7c9299fee1f7958 > Author: Akshay Srinivasan <aks...@gm...> > Date: Fri Jul 13 11:36:34 2012 +0530 > > o Added fortran-call-lower-bound parameters to scal, dot and swap. > While I think I understand why you want to add this lower bound, it looks like there will eventually be a global for each function. That's just too many. Can't we just have one that is a rough tradeoff? For people who need very specific values, they can always rebind that one global for that one function call. Ray |