Re: [gem5-dev] Vector register file

2017-01-16 Thread Jason Lowe-Power
Hi Rekai, I too would love to see someone knowledgeable in other architectures, especially x86, take a look at these patches. Unfortunately, I'm not sure who we have around that either has the knowledge to do this, or has the time. I'll take a stab at it soon, though I don't know much about the

[gem5-dev] Vector register file

2017-01-16 Thread Rekai Gonzalez Alberquilla
Hello again, I have gone through a round of review of the patches I submitted before Christmas, as in the rebasing I missed a couple things that made some regressions fail, and they were also some style mistakes. The patches concerned are: 3754, 3756, 3757, 3758 and 3760. I would really

[gem5-dev] Vector register file

2016-12-10 Thread Rekai Gonzalez Alberquilla
Hi folks, Yesterday I submitted five patches to the review board. The idea of the patches is to implement a proper vector register file. To enable cleaner implementations of the SIMD ISAs. The first patch extends what Nathanael Premillieu did in spring, taking the hierarchical RegIds, and