DescriptionRemove dead neonDrawLighting code
FELightingNEON.h's inline FELighting::platformApplyNeon() method refers
to an extern neonDrawLighting symbol. This function is implemented in
assembly in WebKit but does not exist in blink. This must then be dead
code (otherwise there would have been complaints).
The only reference to platformApplyNeon that I can find is an ifdef'ed
call in FELighting::platformApply(), which is only enabled if the target
supports NEON but not Thumb (which I guess must be very uncommon).
BUG=381082
TEST=build with arm_neon=1 arm_thumb=0
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176365
Patch Set 1 #Patch Set 2 : more dead code removal #Patch Set 3 : remove FELightingNEON.h completely #Patch Set 4 : remove unused ARM_TRADITIONAL macro #
Messages
Total messages: 13 (0 generated)
|