32-bit targets don't build these by default, but e.g. armv7 and x86 can
build them just fine, and it's useful to have the int128 routines
available for certain applications. Add a CMake option to let us include
the int128 routines for architectures which would otherwise lack them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
I think I prefer COMPILER_RT_ENABLE_SOFTWARE_INT128 as this would enable the software fallbacks for 128-bit integers right?