<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Using PLD for strided access to an array</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/33999/using-pld-for-strided-access-to-an-array</link><description> 
Given the following code that is accessing the columns of a matrix
layer out in row major order, I want to include a prefetch so that I
do not have misses on each column component. 
Cam you tell me where to put the prefetch and it&amp;#39;s syntax? I have
been</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator></channel></rss>