arm64: Advertise support for Rounding double multiply instructions

ARM v8.1 extensions include support for rounding double multiply
add/subtract instructions to the A64 SIMD instructions set. Let
the userspace know about it via a HWCAP bit.

Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
This commit is contained in:
Suzuki K Poulose
2017-01-12 16:37:28 +00:00
committed by Will Deacon
parent 7f332fc1f0
commit f92f5ce01e
3 changed files with 3 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ static const char *const hwcap_str[] = {
"fphp",
"asimdhp",
"cpuid",
"asimdrdm",
NULL
};