Re: CSV arm check failure

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема Re: CSV arm check failure
Дата
Msg-id 20050106132605.GA14840@l-t.ee
обсуждение исходный текст
Ответ на Re: CSV arm check failure  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: CSV arm check failure  ("Jim Buttafuoco" <jim@contactbda.com>)
Re: CSV arm check failure  ("Jim Buttafuoco" <jim@contactbda.com>)
Список pgsql-hackers
On Thu, Jan 06, 2005 at 10:18:58AM +0100, Peter Eisentraut wrote:
> Am Dienstag, 4. Januar 2005 19:03 schrieb Jim Buttafuoco:
> > ARM platform fails the "point" test see below.
> 
> For the 7.4 release we got a report for the ARM platform where all tests 
> passed:
> 
> http://archives.postgresql.org/pgsql-hackers/2003-10/msg01212.php
> 
> So either there are various degrees of ARM processors or something is broken.  
> Ideas?

Yes, there are various degrees of those, but most of them should be
FPU-less.  So FPU-emulation details would be interesting.

In case of Linux there are 3 variants:

NWFPE: default

FastFPE: only 32-bit mantissa, 4-8x faster than NWFPE

gcc -msoft-float: no FP instructions, direct calls.  Thischanges calling convention, so requires that allcode is
compiledwith this.
 

Jim, do you happen to use FastFPE?

-- 
marko



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Shridhar Daithankar
Дата:
Сообщение: Re: Porting/platforms/buildfarm open issues
Следующее
От: "Jim Buttafuoco"
Дата:
Сообщение: Re: CSV arm check failure