Re: Fix typo 586/686 in atomics/arch-x86.h - Mailing list pgsql-hackers

From Zsolt Parragi
Subject Re: Fix typo 586/686 in atomics/arch-x86.h
Date
Msg-id CAN4CZFPjoncMXo1ytihpOhPmzfKWS87Wo3Za_0tfGt_f4GYYKQ@mail.gmail.com
Whole thread Raw
In response to Re: Fix typo 586/686 in atomics/arch-x86.h  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: Fix typo 586/686 in atomics/arch-x86.h
List pgsql-hackers
> It does, but will this affect that?  Does gcc change the CPU arch to 32bit era
> hardware when using -m32?

I did some quick testing with this, normally only __i386__ gets
defined for 32 bit builds (-march=native -m32 for example, but also
the default -march=x86-64 -m32). __i586__ and __i686__ are only there
if I pass the matching -march (i586/i686) flag to gcc.



pgsql-hackers by date:

Previous
From: Japin Li
Date:
Subject: Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect
Next
From: Amit Kapila
Date:
Subject: Re: Orphaned records in pg_replication_origin_status after subscription drop