STRSM, DTRSM functions data prefetch

Signed-off-by: kaustubh <kaustubh.raste@imgtec.com>
This commit is contained in:
kaustubh
2016-10-14 16:41:28 +05:30
parent ef52a9266b
commit 90e2321ac3
9 changed files with 702 additions and 190 deletions
+2
View File
@@ -30,6 +30,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <msa.h>
#define ENABLE_PREFETCH
#define LD_W(RTYPE, psrc) *((RTYPE *)(psrc))
#define LD_SP(...) LD_W(v4f32, __VA_ARGS__)