Re: [PATCH 15/27] arm64/sve: Probe SVE capabilities and usable vector lengths

2017-08-17 Thread Suzuki K Poulose
On 17/08/17 11:04, Dave Martin wrote: On Wed, Aug 16, 2017 at 06:48:01PM +0100, Suzuki K Poulose wrote: On 09/08/17 13:05, Dave Martin wrote: [This sender failed our fraud detection checks and may not be who they appear to be. Learn about spoofing at http://aka.ms/LearnAboutSpoofing] Any

Re: [PATCH 15/27] arm64/sve: Probe SVE capabilities and usable vector lengths

2017-08-17 Thread Dave Martin
On Wed, Aug 16, 2017 at 06:48:01PM +0100, Suzuki K Poulose wrote: > On 09/08/17 13:05, Dave Martin wrote: > >[This sender failed our fraud detection checks and may not be who they > >appear to be. Learn about spoofing at http://aka.ms/LearnAboutSpoofing] Any idea what this is ^ ? I don't know

Re: [PATCH 15/27] arm64/sve: Probe SVE capabilities and usable vector lengths

2017-08-16 Thread Suzuki K Poulose
On 09/08/17 13:05, Dave Martin wrote: [This sender failed our fraud detection checks and may not be who they appear to be. Learn about spoofing at http://aka.ms/LearnAboutSpoofing] This patch uses the cpufeatures framework to determine common SVE capabilities and vector lengths, and configures

[PATCH 15/27] arm64/sve: Probe SVE capabilities and usable vector lengths

2017-08-09 Thread Dave Martin
This patch uses the cpufeatures framework to determine common SVE capabilities and vector lengths, and configures the runtime SVE support code appropriately. ZCR_ELx is not really a feature register, but it is convenient to use it as a template for recording the maximum vector length supported by