From 28987f97e82dadbd5557d7f11ea30c9928dca2e5 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Tue, 3 Dec 2024 11:17:33 +0100 Subject: [PATCH] Update Native Client definitions --- Architectures.md | 12 +++++++++--- Compilers.md | 6 ++++++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Architectures.md b/Architectures.md index 61bdd06..af8bc74 100644 --- a/Architectures.md +++ b/Architectures.md @@ -246,6 +246,12 @@ R4400|`_MIPS_ISA_MIPS3`| |3|`__MIPS_ISA3__` R8000|`_MIPS_ISA_MIPS4`| |4|`__MIPS_ISA4__` R10000|`_MIPS_ISA_MIPS4`| |4|`__MIPS_ISA4__` +## [Native Client](https://en.wikipedia.org/wiki/Google_Native_Client) ## + +Type|Macro|Description +---|---|--- +Identification|`__native_client__`|Defined by NaCl GCC, PNaCl Clang and Saigo + ## [NEC SX-Aurora TSUBASA](https://en.wikipedia.org/wiki/NEC_SX-Aurora_TSUBASA) ## Type|Macro|Description @@ -256,9 +262,9 @@ Identification|`__NEC__`|Defined by NEC C/C++ Compiler and Clang ## [PNaCl](https://en.wikipedia.org/wiki/Google_Native_Client) ## -Type|Macro ----|--- -Identification|`__pnacl__` +Type|Macro|Description +---|---|--- +Identification|`__pnacl__`|Defined by PNaCl Clang ## [PowerPC](http://en.wikipedia.org/wiki/PowerPC) ## diff --git a/Compilers.md b/Compilers.md index 645b736..960de53 100644 --- a/Compilers.md +++ b/Compilers.md @@ -893,6 +893,12 @@ Renesas C/C++|`__HITACHI_VERSION__`|`__RENESAS_VERSION__` 8.0|0x8000|0x8000 1.00.00| |0x01000000 +## [Saigo](https://chromium.googlesource.com/native_client/nacl-llvm-project-v10) ## + +Type|Macro +---|--- +Identification|`__saigo__` + ## [SAS/C](http://www.sas.com/products/sasc/) ## Type|Macro|Format|Description