summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-08 07:21:07 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-08 07:21:07 +0100
commit484130413d1fd5b1bdc4ae452cb469a9afe13fae (patch)
treeff38cabffc5f2edcd4c7438dbed3f0d955d3051a /doc
parentcdb770f646ad620a76928981b8a5a618207fc82c (diff)
[CHORE] Document __ne_arch, update Config.h.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/requirements/NE_ARCH.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/requirements/NE_ARCH.md b/doc/requirements/NE_ARCH.md
new file mode 100644
index 0000000..ae2c7fd
--- /dev/null
+++ b/doc/requirements/NE_ARCH.md
@@ -0,0 +1,8 @@
+# __ne_arch: Architecture Identification Macro.
+
+## Abstract:
+
+`__ne_arch` takes care of reporting NeSystem's running ISA+Computer_Architecture. In other words a platform.
+
+You use this for platform specific code. Recommended for C/C++ programs, JVM and VM based languages should not rely on this macro.
+