[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9cda597c-1d31-4b8b-99ba-deab58975976@rivosinc.com>
Date: Tue, 15 Nov 2022 09:38:53 -0800
From: Vineet Gupta <vineetg@...osinc.com>
To: Conor.Dooley@...rochip.com, bjorn@...nel.org, stillson@...osinc.com
Cc: greentime.hu@...ive.com, guoren@...ux.alibaba.com,
vincent.chen@...ive.com, paul.walmsley@...ive.com,
palmer@...belt.com, aou@...s.berkeley.edu, guoren@...nel.org,
linux-riscv@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v12 04/17] riscv: Add vector feature to compile
On 11/13/22 08:16, Conor.Dooley@...rochip.com wrote:
>>> +config VECTOR
>>> + bool "VECTOR support"
>>> + depends on GCC_VERSION >= 120000 || CLANG_VERSION >= 130000
>>> + default n
>>> + help
>>> + Say N here if you want to disable all vector related procedure
>>> + in the kernel.
>>> +
>>> + If you don't know what to do here, say Y.
>>> +
>>> +endmenu
>> "VECTOR" is not really consistent to how the other configs are named;
>> RISCV_ISA_V, RISCV_ISA_VECTOR, RISCV_VECTOR?
> It'd be RISCV_ISA_V to match the others single letter extentions, right?
Yep.
> The toolchain dependency check here also seems rather naive.
Indeed. I can build the code just fine with gcc-11 (and gcc-12),
although my reworked patcheset doesn't include all the orig patches
including the in-kernel xor stuff.
-Vineet
Powered by blists - more mailing lists