Skip to content

Commit 77cb457

Browse files
Final editorial review.
1 parent 8121d55 commit 77cb457

File tree

1 file changed

+1
-1
lines changed
  • content/learning-paths/cross-platform/simd-info-demo

1 file changed

+1
-1
lines changed

content/learning-paths/cross-platform/simd-info-demo/conclusion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Porting SIMD code between architectures can be a daunting process, often requiri
1212

1313
The primary focus of this Learning Path is to optimize the existing algorithm directly with SIMD intrinsics, without altering the algorithm or data layout. While reordering data to align with native Arm instructions can offer performance benefits, this is outside the scope of this Learning Path.
1414

15-
If you are interested in data layout strategies to further enhance performance on Arm, see the Learning Path *Optimize SIMD code with vectorization-friendly data layout* linked to in the **Next Steps** section at the end. This provides valuable insights.
15+
If you are interested in data layout strategies to further enhance performance on Arm, see the Learning Path *Optimize SIMD code with vectorization-friendly data layout* linked to in the **Next Steps** section at the of this Learning Path.
1616

1717
Using SIMD.info can be instrumental in reducing the amount of time spent in this process, providing a centralized and user-friendly resource for finding NEON equivalents to intrinsics of other architectures. It saves considerable time and effort by offering detailed descriptions, prototypes, and comparisons directly, eliminating the need for extensive web searches and manual lookups.
1818

0 commit comments

Comments
 (0)