From d03e8594e186e2676f3d0e78971c3d70fcee732d Mon Sep 17 00:00:00 2001 From: alvrogd Date: Fri, 20 Dec 2024 10:13:59 +0100 Subject: [PATCH] PWR031: Add missing Fortran mark --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33e58b3..2a73e4c 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ designed to demonstrate: | [PWR028](Checks/PWR028/) | Remove pointer increment preventing performance optimization | ✓ | | ✓ | | | [PWR029](Checks/PWR029/) | Remove integer increment preventing performance optimization | ✓ | ✓ | ✓ | | | [PWR030](Checks/PWR030/) | Remove pointer assignment preventing performance optimization for perfectly nested loops | ✓ | ✓ | ✓ | | -| [PWR031](Checks/PWR031/) | Replace pow by multiplication, division and/or square root | ✓ | | ✓ | | +| [PWR031](Checks/PWR031/) | Replace pow by multiplication, division and/or square root | ✓ | ✓ | ✓ | | | [PWR032](Checks/PWR032/) | Avoid calls to mathematical functions with higher precision than required | ✓ | | ✓ | | | [PWR033](Checks/PWR033/) | Move invariant conditional out of the loop to avoid redundant computations | ✓ | ✓ | ✓ | | | [PWR034](Checks/PWR034/) | Avoid strided array access to improve performance | ✓ | ✓ | ✓ | |