diff options
author | Kenneth Graunke <[email protected]> | 2016-04-13 16:39:54 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2016-04-20 15:05:13 -0700 |
commit | 1aa28f3509b033e0f86510a6d4c7993fca650b3b (patch) | |
tree | f07993a1b7c0787f890b15a891b83ab5455bd76b /src/util/Android.mk | |
parent | 2a25a5142bd78b22cc9ada41b8988bb282c2a7ac (diff) |
i965: Make opt_vector_float() only handle non-type-conversion MOVs.
We don't handle this properly - we'd have to perform the type conversion
before trying to convert the value to a VF.
While we could do that, it doesn't seem particularly useful - most
vector loads should be consistently typed (all float or all integer).
As a special case, we do allow type-converting MOVs of integer 0, as
it's represented the same regardless of the type. I believe this case
does actually come up.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Iago Toral Quiroga <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/util/Android.mk')
0 files changed, 0 insertions, 0 deletions