From c6ecad64ed9c1787e28ddfd4ed6d5ef5a373b067 Mon Sep 17 00:00:00 2001 From: Paul Osmialowski Date: Thu, 24 Apr 2025 10:55:01 +0000 Subject: [PATCH] [ATfL] Add references to the standards support --- arm-software/linux/docs/OpenMPSupport.md | 8 ++++++++ arm-software/linux/docs/StandardsSupport.md | 11 +++++++++++ arm-software/linux/docs/index.md | 2 ++ 3 files changed, 21 insertions(+) create mode 100644 arm-software/linux/docs/OpenMPSupport.md create mode 100644 arm-software/linux/docs/StandardsSupport.md diff --git a/arm-software/linux/docs/OpenMPSupport.md b/arm-software/linux/docs/OpenMPSupport.md new file mode 100644 index 000000000000..b2d360e845b8 --- /dev/null +++ b/arm-software/linux/docs/OpenMPSupport.md @@ -0,0 +1,8 @@ + +# Clang OpenMP support + +Refer to the [status page](https://clang.llvm.org/docs/OpenMPSupport.html) for details on Clang OpenMP support. + +# Flang OpenMP Support + +Refer to the [status page](https://flang.llvm.org/docs/OpenMPSupport.html) for details on Flang OpenMP support. diff --git a/arm-software/linux/docs/StandardsSupport.md b/arm-software/linux/docs/StandardsSupport.md new file mode 100644 index 000000000000..ae85e1bbd225 --- /dev/null +++ b/arm-software/linux/docs/StandardsSupport.md @@ -0,0 +1,11 @@ +# C Standard Support + +Refer to the [Clang C status page](https://clang.llvm.org/c_status.html) for details on C standard support. + +# C++ Standard Support + +Refer to the [Clang C++ status page](https://clang.llvm.org/cxx_status.html) for details on C++ standard support. + +# Fortran Standards Support + +Refer to the [Flang Fortran Standards Support page](https://flang.llvm.org/docs/FortranStandardsSupport.html) for details on Fortran standards support. diff --git a/arm-software/linux/docs/index.md b/arm-software/linux/docs/index.md index 0770f11a1dd5..0f071c84bafa 100644 --- a/arm-software/linux/docs/index.md +++ b/arm-software/linux/docs/index.md @@ -14,4 +14,6 @@ platforms. GettingStarted UsingArmPL PortingFromACfL + StandardsSupport + OpenMPSupport ```