Path: news.mathworks.com!not-for-mail
From: "John D'Errico" <woodchips@rochester.rr.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: speeding up floating point operations
Date: Fri, 8 May 2009 23:35:02 +0000 (UTC)
Organization: John D'Errico (1-3LEW5R)
Lines: 4
Message-ID: <gu2fj6$75r$1@fred.mathworks.com>
References: <gu2c2m$mup$1@fred.mathworks.com>
Reply-To: "John D'Errico" <woodchips@rochester.rr.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1241825702 7355 172.30.248.38 (8 May 2009 23:35:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 8 May 2009 23:35:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 869215
Xref: news.mathworks.com comp.soft-sys.matlab:538580


"NIcholas " <remove.this_nmg33@cornell.edu> wrote in message <gu2c2m$mup$1@fred.mathworks.com>...
> Some C++ compilers have an option for performing floating point computations precisely vs. quickly (e.g. visual studio c++ compiler: http://msdn.microsoft.com/en-us/library/e7s85ffb(VS.80).aspx).  Is there a way to specify such an option in MATLAB to speedup general purpose floating point operations, such as Matrix Multiplication or element wise addition/multiplication etc.?

No.