Re: gcc -ansi versus SSE4.2 detection

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: gcc -ansi versus SSE4.2 detection
Дата
Msg-id 5571F5A0.1060609@iki.fi
обсуждение исходный текст
Ответ на Re: gcc -ansi versus SSE4.2 detection  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 06/05/2015 10:07 PM, Tom Lane wrote:
> It looks like the actual reason that we aren't using the runtime-check
> CRC implementation is that we can't find a way to do "cpuid" on this
> old version of OS X.  Not sure if it's worth the time to look for one;
> modern versions of OS X do have __get_cpuid().

Doesn't seem worth it to me.

- Heikki




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: gcc -ansi versus SSE4.2 detection
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: RFC: Remove contrib entirely