Skip to content
Commit 504792e0 authored by Jerin Jacob's avatar Jerin Jacob Committed by Daniel Borkmann
Browse files

arm64: bpf: optimize modulo operation



Optimize modulo operation instruction generation by
using single MSUB instruction vs MUL followed by SUB
instruction scheme.

Signed-off-by: default avatarJerin Jacob <jerinj@marvell.com>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
parent 53092f7e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment