config-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Add support for "ve" - VectorEngine ISA


From: Johann-Tobias Aaron Raphael Schäg
Subject: Add support for "ve" - VectorEngine ISA
Date: Thu, 12 Jan 2023 19:38:50 +0100
User-agent: Roundcube Webmail/1.4.12

https://en.wikichip.org/wiki/nec/vector_engine is an ISA running on accelerator card one can compile for using LLVM. VEOS presents an Linux user space to the program. binutils and similar tools are compiled for this ISA and distributed as a rpm package by NEC, so i've ran gnu code on that ISA.

I'd ask you to add support for this so i one day might be able to build programs out of the box for the second hand VectorEngine under my desk. Patch below.






diff --git a/config.sub b/config.sub
index 38f3d037a78..3c611a65aaa 100755
--- a/config.sub
+++ b/config.sub
@@ -1269,6 +1269,7 @@ case $cpu-$vendor in
                        | ubicom32 \
| v70 | v850 | v850e | v850e1 | v850es | v850e2 | v850e2v3 \
                        | vax \
+                       | ve \
                        | visium \
                        | w65 \
                        | wasm32 | wasm64 \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]