RE: Binary Autovectorization

2009-01-29 Thread Rodrigo Dominguez
Nathan, Great! This is the kind of work I am interested in. Thank you. Rodrigo > -Original Message- > From: Nathan Froyd [mailto:froy...@codesourcery.com] > Sent: Thursday, January 29, 2009 5:04 PM > To: Rodrigo Dominguez > Cc: gcc@gcc.gnu.org > Subject: Re: Binary

Re: Binary Autovectorization

2009-01-29 Thread Nathan Froyd
On Thu, Jan 29, 2009 at 04:46:37PM -0500, Rodrigo Dominguez wrote: > I am looking at binary auto-vectorization or taking a binary and rewriting > it to use SIMD instructions (either statically or dynamically). I was > wondering if anyone knew of similar work and could help me with some links. Ansh

Re: Binary Autovectorization

2009-01-29 Thread Tim Prince
Rodrigo Dominguez wrote: > I am looking at binary auto-vectorization or taking a binary and rewriting > it to use SIMD instructions (either statically or dynamically). That's a tall order, considering how much source level dependency information is needed. I don't know whether proprietary binary