RE: Use __attribute__((target(sse4.2))) for SSE42 CRC32C
От | Devulapalli, Raghuveer |
---|---|
Тема | RE: Use __attribute__((target(sse4.2))) for SSE42 CRC32C |
Дата | |
Msg-id | PH8PR11MB8286F3A2DF0D46765C8B7DB2FB212@PH8PR11MB8286.namprd11.prod.outlook.com обсуждение исходный текст |
Ответ на | Re: Use __attribute__((target(sse4.2))) for SSE42 CRC32C (Nathan Bossart <nathandbossart@gmail.com>) |
Ответы |
Re: Use __attribute__((target(sse4.2))) for SSE42 CRC32C
|
Список | pgsql-hackers |
Anymore feedback on this patch? Hoping this is a straightforward one. Raghuveer > -----Original Message----- > From: Devulapalli, Raghuveer <raghuveer.devulapalli@intel.com> > Sent: Friday, November 8, 2024 11:05 AM > To: Devulapalli, Raghuveer <raghuveer.devulapalli@intel.com>; Nathan Bossart > <nathandbossart@gmail.com> > Cc: pgsql-hackers@lists.postgresql.org; Shankaran, Akash > <akash.shankaran@intel.com> > Subject: RE: Use __attribute__((target(sse4.2))) for SSE42 CRC32C > > V3: With the suggested changes. > > Raghuveer > > > -----Original Message----- > > From: Devulapalli, Raghuveer <raghuveer.devulapalli@intel.com> > > Sent: Friday, November 8, 2024 10:43 AM > > To: Nathan Bossart <nathandbossart@gmail.com> > > Cc: pgsql-hackers@lists.postgresql.org; Shankaran, Akash > > <akash.shankaran@intel.com> > > Subject: RE: Use __attribute__((target(sse4.2))) for SSE42 CRC32C > > > > > I believe we expect MSVC builds to use meson at this point, which is > > > probably why there's this extra check: > > > > > > if cc.get_id() == 'msvc' > > > cdata.set('USE_SSE42_CRC32C', false) > > > cdata.set('USE_SSE42_CRC32C_WITH_RUNTIME_CHECK', 1) > > > have_optimized_crc = true > > > > > > > Ah, I missed this. This makes sense. > >
В списке pgsql-hackers по дате отправления: