Skip to content
Snippets Groups Projects
Commit eb81b93e authored by Daniel Bauer's avatar Daniel Bauer :speech_balloon:
Browse files

suppress automatic link creation

parent 5ce4ee4d
No related branches found
No related tags found
No related merge requests found
Pipeline #72010 passed
......@@ -48,7 +48,7 @@ class SelectIntrinsics:
ctx: The current kernel creation context
platform: Platform object representing the target hardware, which provides the intrinsics
use_builtin_convertvector: If `True`, type conversions between SIMD
vectors use the compiler builtin `__builtin_convertvector` instead
vectors use the compiler builtin `!__builtin_convertvector` instead
of instrinsics. It is supported by Clang >= 3.7, GCC >= 9.1,
and ICX. Not supported by ICC or MSVC. Activate if you need type
conversions not natively supported by your CPU, e.g. conversion from
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment