Skip to content
Commit 893d6619 authored by Chris Metcalf's avatar Chris Metcalf
Browse files

tile: support gcc 7 optimization to use __multi3



The tip gcc includes an optimization mode that converts
64-bit divides into 128-bit multiplies using __multi3.
Export the symbol so that modules can find it.  We just
export unconditionally without worrying about the gcc
version, since the symbol has been in libgcc forever and
the function is less than 300 bytes.

Signed-off-by: default avatarChris Metcalf <cmetcalf@mellanox.com>
parent ca768667
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment