You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These macros allow customization of library behavior. User-configurable macros should be defined before including any library headers.
19
19
20
+
[#enable_cuda]
21
+
- `BOOST_INT128_ENABLE_CUDA`: Defining this macro allows both types and selected functions to be run on both host and device when compiling with NVCC.
22
+
Allowed functions have `BOOST_IN128_HOST_DEVICE` as part of their function signature in their documentation.
23
+
20
24
[#no_int128]
21
25
- `BOOST_INT128_NO_BUILTIN_INT128`: The user may define this when they do not want the internal implementations to rely on builtin `pass:[__int128]` or `pass:[unsigned __int128]` types.
0 commit comments