Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2. Vectorizing Compiler (30 marks) Consider this familiar loop: loop: 1.d 4,0 (r1) 11 1.d f6,0(r2) 12 mul.d f6,f6, f2 m2 add.d f4,f4, f6 a1

image text in transcribed

2. Vectorizing Compiler (30 marks) Consider this familiar loop: loop: 1.d 4,0 (r1) 11 1.d f6,0(r2) 12 mul.d f6,f6, f2 m2 add.d f4,f4, f6 a1 s.d f4,0 (1) s1 dadduir1,r1,#-8 subi dadduir2, r2,#-8 sub2 bnez rl,loop Rewrite the code using vector instructions. Draw the flow-dependence graph of vector instructions. Using vector chaining, make a rough estimate of the running time of the program, using the data in question 1. 2. Vectorizing Compiler (30 marks) Consider this familiar loop: loop: 1.d 4,0 (r1) 11 1.d f6,0(r2) 12 mul.d f6,f6, f2 m2 add.d f4,f4, f6 a1 s.d f4,0 (1) s1 dadduir1,r1,#-8 subi dadduir2, r2,#-8 sub2 bnez rl,loop Rewrite the code using vector instructions. Draw the flow-dependence graph of vector instructions. Using vector chaining, make a rough estimate of the running time of the program, using the data in question 1

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

12th edition

133544613, 978-0133544619

More Books

Students also viewed these Databases questions