1 parent fb843a0 commit d48b93cCopy full SHA for d48b93c
1 file changed
Architectures.md
@@ -236,6 +236,14 @@ R4400|`_MIPS_ISA_MIPS3`| |3|`__MIPS_ISA3__`
236
R8000|`_MIPS_ISA_MIPS4`| |4|`__MIPS_ISA4__`
237
R10000|`_MIPS_ISA_MIPS4`| |4|`__MIPS_ISA4__`
238
239
+## [NEC SX-Aurora TSUBASA](https://en.wikipedia.org/wiki/NEC_SX-Aurora_TSUBASA) ##
240
+
241
+Type|Macro|Description
242
+---|---|---
243
+Identification|`__ve__`|Defined by NEC C/C++ Compiler and Clang
244
+Identification|`__ve`|Defined by NEC C/C++ Compiler and Clang
245
+Identification|`__NEC__`|Defined by NEC C/C++ Compiler and Clang
246
247
## [PowerPC](http://en.wikipedia.org/wiki/PowerPC) ##
248
249
Type|Macro|Description
0 commit comments