commit | 8e475064097d182191129e31846c585421f0f85a | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Mar 15 15:02:29 2018 +0100 |
committer | Alexander Graf <agraf@suse.de> | Wed Apr 04 11:08:59 2018 +0200 |
tree | 2e0e586c767b8418f391dffb3cc0f4dae3a7777f | |
parent | ba718e67a27f036093d352af46b8ebcb1bbb8316 [diff] |
efi_loader: Optimize GOP more The GOP path was optimized, but still not as fast as it should be. Let's push it even further by trimming the hot path into simple 32bit load/store operations for buf->vid 32bpp operations. Signed-off-by: Alexander Graf <agraf@suse.de>