Skip to content
Unverified Commit 1ba18367 authored by Naoki Shibata's avatar Naoki Shibata Committed by GitHub
Browse files

[AArch64] Add alternative division and sqrt methods



With this patch, alternative division and sqrt can be chosen by specifying -DENABLE_ALTDIV=TRUE -DENABLE_ALTSQRT=TRUE as cmake options.
The alternative methods use combinations of FMA operations to compute division and sqrt.
These methods could possibly be beneficial for micro-architectures on which the corresponding instructions are non-pipelined and have long latencies.

Co-authored-by: default avatarshibatch <shibatch.sf.net@gmail.com>
parent 374fa975
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment