foss-for-synopsys-dwc-arc-processors / linux

Helpful resources for users & developers of Linux kernel for ARC
22 stars 13 forks source link

Fix mul_r64 implementation for eBPF JIT #114

Closed kolerov closed 1 year ago

kolerov commented 1 year ago

The implementation for this multiplication must use mpydu instead of mpyd. The corresponding functions arc_mpydu_r and arc_mpydu_i are must be presented.