public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] aarch64: Add simd dependency to +sha2
@ 2024-01-15 11:17 Andrew Carlotti
  2024-01-15 11:26 ` Nick Clifton
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Carlotti @ 2024-01-15 11:17 UTC (permalink / raw)
  To: binutils

This matches the existing behaviour in GCC and LLVM, and also the current
documentation.

OK for master?


diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c
index b77bb8b77c15317bedfcd5899f3db5457ddaf34c..e7c32ff8b7ca450ca4ba39045e03b1a9715c4413 100644
--- a/gas/config/tc-aarch64.c
+++ b/gas/config/tc-aarch64.c
@@ -10295,7 +10295,7 @@ static const struct aarch64_option_cpu_value_table aarch64_features[] = {
   {"rcpc",		AARCH64_FEATURE (RCPC), AARCH64_NO_FEATURES},
   {"rcpc2",		AARCH64_FEATURE (RCPC2), AARCH64_FEATURE (RCPC)},
   {"dotprod",		AARCH64_FEATURE (DOTPROD), AARCH64_FEATURE (SIMD)},
-  {"sha2",		AARCH64_FEATURE (SHA2), AARCH64_FEATURE (FP)},
+  {"sha2",		AARCH64_FEATURE (SHA2), AARCH64_FEATURE (SIMD)},
   {"frintts",		AARCH64_FEATURE (FRINTTS), AARCH64_FEATURE (SIMD)},
   {"sb",		AARCH64_FEATURE (SB), AARCH64_NO_FEATURES},
   {"predres",		AARCH64_FEATURE (PREDRES), AARCH64_NO_FEATURES},

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

* Re: [PATCH] aarch64: Add simd dependency to +sha2
  2024-01-15 11:17 [PATCH] aarch64: Add simd dependency to +sha2 Andrew Carlotti
@ 2024-01-15 11:26 ` Nick Clifton
  2024-05-15 11:39   ` Andrew Carlotti
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Clifton @ 2024-01-15 11:26 UTC (permalink / raw)
  To: Andrew Carlotti, binutils

Hi Andrew,

> This matches the existing behaviour in GCC and LLVM, and also the current
> documentation.
> 
> OK for master?

Approved - please apply.

Cheers
   Nick


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

* Re: [PATCH] aarch64: Add simd dependency to +sha2
  2024-01-15 11:26 ` Nick Clifton
@ 2024-05-15 11:39   ` Andrew Carlotti
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Carlotti @ 2024-05-15 11:39 UTC (permalink / raw)
  To: Nick Clifton; +Cc: binutils

On Mon, Jan 15, 2024 at 11:26:23AM +0000, Nick Clifton wrote:
> Hi Andrew,
> 
> > This matches the existing behaviour in GCC and LLVM, and also the current
> > documentation.
> > 
> > OK for master?
> 
> Approved - please apply.
> 
> Cheers
>   Nick
> 

I've just committed this patch, having forgotten that I hadn't committed it
until Richard Earnshaw pointed it out.

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

end of thread, other threads:[~2024-05-15 11:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-15 11:17 [PATCH] aarch64: Add simd dependency to +sha2 Andrew Carlotti
2024-01-15 11:26 ` Nick Clifton
2024-05-15 11:39   ` Andrew Carlotti

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).