mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 14:20:17 +00:00
9af8dca70f
Simplify the range reduction steps by choosing the reduction constants carefully so that the reduced arguments v = r*m_x - 1 and v^2 are exact in double precision, even without FMA instructions, and -2^-8 <= v < 2^-7. This allows the polynomial evaluations to be parallelized more efficiently. Reviewed By: zimmermann6 Differential Revision: https://reviews.llvm.org/D147676 |
||
---|---|---|
.. | ||
_static | ||
dev | ||
math | ||
build_and_test.rst | ||
check.rst | ||
CMakeLists.txt | ||
compiler_support.rst | ||
conf.py | ||
contributing.rst | ||
date_and_time.rst | ||
full_cross_build.rst | ||
full_host_build.rst | ||
fullbuild_mode.rst | ||
gpu_mode.rst | ||
header_gen_scheme.svg | ||
index.rst | ||
overlay_mode.rst | ||
porting.rst | ||
README.txt | ||
stdio.rst | ||
strings.rst | ||
usage_modes.rst |
libc Documentation ================== The libc documentation is written using the Sphinx documentation generator. It is currently tested with Sphinx 1.1.3. To build the documents into html configure libc with the following cmake options: * -DLLVM_ENABLE_SPHINX=ON * -DLIBC_INCLUDE_DOCS=ON After configuring libc with these options the make rule `docs-libc-html` should be available.