public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] crypto/arm: accelerated SHA-512 using ARM generic ASM and NEON
Date: Fri, 10 Apr 2015 22:08:38 +0200	[thread overview]
Message-ID: <5553652.sur4tr0YJi@wuerfel> (raw)
In-Reply-To: <1428676148-28210-1-git-send-email-ard.biesheuvel@linaro.org>

On Friday 10 April 2015 16:29:08 Ard Biesheuvel wrote:
> +#if __ARM_MAX_ARCH__>=7
> +.arch  armv7-a
> +.fpu   neon
> +
> 

This will cause a build failure on an ARMv7-M build, which is incompatible
with .arch  armv7-a and .fpu   neon.

	Arnd

  reply	other threads:[~2015-04-10 20:08 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-10 14:29 [PATCH v2] crypto/arm: accelerated SHA-512 using ARM generic ASM and NEON Ard Biesheuvel
2015-04-10 20:08 ` Arnd Bergmann [this message]
2015-04-10 20:23   ` Ard Biesheuvel
2015-04-11  7:35     ` Ard Biesheuvel
2015-04-11  8:48       ` Arnd Bergmann
2015-04-11 10:27         ` Ard Biesheuvel
2015-04-11 20:43           ` Arnd Bergmann
2015-04-11 19:15         ` Ard Biesheuvel
2015-04-13  4:13           ` Herbert Xu
2015-04-13  9:34             ` Ard Biesheuvel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5553652.sur4tr0YJi@wuerfel \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox