commit | dce1eb93b19b2a1a441708f51c97c4a554054d00 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Mon Nov 02 13:02:46 2015 -0500 |
committer | Nicolas Pitre <nicolas.pitre@linaro.org> | Mon Nov 16 14:42:12 2015 -0500 |
tree | 584554913e7eae7f3ab7686862fac8c59eaf0394 | |
parent | f682b27c57aec2f0ca8927f9bb7c267c6165ad5a [diff] |
__div64_32(): make it overridable at compile time Some architectures may want to override the default implementation at compile time to do things inline. For example, ARM uses a non-standard calling convention for better efficiency in this case. Signed-off-by: Nicolas Pitre <nico@linaro.org>