commit | 5565630f8542544a8be550f0b52751cfa724a84e | [log] [tgz] |
---|---|---|
author | Jose Maria Casanova Crespo <jmcasanova@igalia.com> | Sat Jun 09 11:46:04 2018 +0200 |
committer | Jose Maria Casanova Crespo <jmcasanova@igalia.com> | Sat Jun 16 22:39:08 2018 +0200 |
tree | f9f2e21a733d3d64a4116dda2929c40396d18f1c | |
parent | 152bffb69bdb13e63a9112ddab78dc86855d9687 [diff] |
intel/fs: Use shuffle_from_32bit_read at VS load_input shuffle_from_32bit_read manages 32-bit reads to 32-bit destination in the same way that the previous loop so now we just call the new function for all bitsizes, simplifying also the 64-bit load_input. v2: Add comment about future 16-bit support (Jason Ekstrand) Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>