Re: Vector TG minutes for 2020/12/18 meeting
Zalman Stern
Does it get easier if the specification is just the immediate value plus one? I really don't understand how this encoding is particularly great for immediates as many of the values are likely very rarely or even never used and it seems like one can't get long enough values even for existing SIMD hardware in some data types. Compare to e.g.: (first_bit ? 3 : 1) << rest_of_the_bits or: map[] = { 1, 3, 5, 8 }; // Or maybe something else for 5 and 8 map[first_two_bits] << rest_of_the_bits; I.e. get a lot of powers of two, multiples of three-vecs for graphics, maybe something else. -Z- On Mon, Dec 21, 2020 at 10:47 AM Guy Lemieux <guy.lemieux@...> wrote:
|
|