From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27379 invoked by alias); 27 Apr 2007 20:59:29 -0000 Received: (qmail 27368 invoked by uid 9670); 27 Apr 2007 20:59:28 -0000 Date: Fri, 27 Apr 2007 20:59:00 -0000 Message-ID: <20070427205928.27366.qmail@sourceware.org> From: palken@sourceware.org To: gsl-cvs@sourceware.org Subject: gsl/eigen Makefile.am francis.c gen.c genv.c g ... Mailing-List: contact gsl-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: gsl-cvs-owner@sourceware.org List-Subscribe: X-SW-Source: 2007/txt/msg00159.txt.bz2 CVSROOT: /cvs/gsl Module name: gsl Changes by: palken@sourceware.org 2007-04-27 21:59:28 Modified files: eigen : Makefile.am francis.c gen.c genv.c gsl_eigen.h nonsymmv.c schur.c testgen.c testgen2.c Log message: fixed another -O2 bug - I had to make schur_gen_eigvals a global function instead of static, since the optimizer was apparantly compiling it a little differently and it was giving slightly different results when called from gen.c vs genv.c - the way genv works it must get precisely the same results that gen got when calling this function.