|
From: Patrick J. L. <lop...@gm...> - 2012-08-24 01:08:10
|
On Thu, Aug 23, 2012 at 11:21 AM, Julian Seward <js...@ac...> wrote: > >> Also, do you want my initial implementation to include V256 -- which, >> as far as I can tell, does not yet exist as a typedef -- or is V128 >> enough? > > I'm unclear what you mean. Do you mean should you introduce a V256 type, > or do 256 bit returns? Ideally both. I was sort of conflating the two, assuming that if we handle 256-bit return values, it would be to allow helpers to return "V256". I will take a crack at V128 and V256 return values for x86 and x86_64 early next week. Last question: Do I need to implement the ABI for all supported platforms? I do not even have access to most of them... - Pat |