public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* what is the difference with and without crc extension support
@ 2022-03-03 13:41 Dongjiu Geng
  2022-03-03 13:48 ` Martin Liška
  2022-03-04 18:20 ` Richard Earnshaw
  0 siblings, 2 replies; 5+ messages in thread
From: Dongjiu Geng @ 2022-03-03 13:41 UTC (permalink / raw)
  To: gcc

Hi,
     My program does not use CRC instructions,but I find the compiled
binary has much difference between using "-march=armv8-a+crc" and
using "-march=armv8-a". Even stranger, when I use
"-march=armv8-a+crc", I find my compiled binary can not run. but when
I change -O2 to -O0 based on "-march=armv8-a+crc",  it can run. I  do
not  know what is the reason.. can you answer it? Thanks.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-03-04 18:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-03 13:41 what is the difference with and without crc extension support Dongjiu Geng
2022-03-03 13:48 ` Martin Liška
2022-03-03 13:52   ` Dongjiu Geng
2022-03-04 13:05     ` Martin Liška
2022-03-04 18:20 ` Richard Earnshaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).