Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions Architectures.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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) ##

Expand Down
6 changes: 6 additions & 0 deletions Compilers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down