This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [fortran,patch] BLAS-enabled matmul


On Mon, Apr 03, 2006 at 11:52:53PM -0400, Daniel Jacobowitz wrote:
> On Mon, Apr 03, 2006 at 04:32:30PM -0700, Brooks Moses wrote:
> > I think this would combine well in combination with my other suggestion, 
> > too -- the explanation there would instead be "-fexternal_blas redirects 
> > use of some matrix intrinsics to external BLAS calls" or something like 
> > that.
> 
> You could arrange to use weak symbols on most targets to get the
> benefits you need here without having to mess with the naming.
> 

Do weak symbols work with static linking?  I thought weak
symbols applied to only shared libraries.

-- 
Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]