Skip to content
Snippets Groups Projects

Various extensions to the vectorizer

Merged Daniel Bauer requested to merge hyteg/pystencils:bauerd/vec-extensions into v2.0-dev
All threads resolved!
Viewing commit eb81b93e
Show latest version
1 file
+ 1
1
Preferences
Compare changes
@@ -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