commit | 9370d5ae38005d39ce1157d9fd88b15d943ac08b | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Mar 16 19:59:06 2018 +0100 |
committer | Alexander Graf <agraf@suse.de> | Wed Apr 04 11:05:28 2018 +0200 |
tree | 7650b108ecd49895b40e0ca20d827aa627707455 | |
parent | 59b20955b0f4466a282eef65e86c5df24dee90e4 [diff] |
efi_loader: use __always_inline for pixel conversion We optimize for size using -Os so gcc might ignore 'inline'. Pixel conversions are called so often that we always want to inline them. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>