diff options
author | Huacai Chen <chenhuacai@loongson.cn> | 2025-10-02 22:39:07 +0800 |
---|---|---|
committer | Huacai Chen <chenhuacai@loongson.cn> | 2025-10-02 22:39:07 +0800 |
commit | 5dcddd268a8d434e0ca562b7bbca3642226ba213 (patch) | |
tree | 5415a8e7faf1f6373870f7e3b400a122f0851bbc /tools/docs/parse-headers.py | |
parent | 98662be7ef20d2b88b598f72e7ce9b6ac26a40f9 (diff) |
LoongArch: Allow specify SIMD width via kernel parameters
For power saving or debugging purpose, we usually want to limit the SIMD
(LSX/LASX) usage on a rich feature platform. So allow specify SIMD width
via kernel parameters "simd=".
Allowed values of "simd=" are any integers, and recommended values are:
0: Disable all SIMD features;
128: Enable at most 128bit SIMD features;
256: Enable at most 256bit SIMD features;
-1(default): Enable as many as possible SIMD features automatically.
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to 'tools/docs/parse-headers.py')
0 files changed, 0 insertions, 0 deletions