From b65cf4de1b51178803ed93f47c6275ba77e6d05a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 20 Mar 2026 18:17:32 +0100 Subject: [FEAT] Update X11 and Thread libraries. Signed-off-by: Amlal El Mahrouss --- doc/requirements/NE_ARCH.md | 8 -------- doc/requirements/__ne_arch.md | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 doc/requirements/NE_ARCH.md create mode 100644 doc/requirements/__ne_arch.md (limited to 'doc') diff --git a/doc/requirements/NE_ARCH.md b/doc/requirements/NE_ARCH.md deleted file mode 100644 index d50ccae..0000000 --- a/doc/requirements/NE_ARCH.md +++ /dev/null @@ -1,8 +0,0 @@ -# __ne_arch: The 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. - diff --git a/doc/requirements/__ne_arch.md b/doc/requirements/__ne_arch.md new file mode 100644 index 0000000..2b5817c --- /dev/null +++ b/doc/requirements/__ne_arch.md @@ -0,0 +1,8 @@ +# __ne_arch: The 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. + -- cgit v1.2.3