Skip to content

Commit

Permalink
PWR031: Add missing Fortran mark
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrogd committed Dec 24, 2024
1 parent ff1a174 commit d03e859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |||| |
Expand Down

0 comments on commit d03e859

Please sign in to comment.