GDC has `__builtin_convertvector`, to imitate `clang`. But it seems missing from `ldc.intrinsics`. There is no single thing it makes wrt to IR, it can be `fptrunc`, `fpext`, or probably other. Would be useful for porting SIMD.
GDC has
__builtin_convertvector, to imitateclang.But it seems missing from
ldc.intrinsics.There is no single thing it makes wrt to IR, it can be
fptrunc,fpext, or probably other.Would be useful for porting SIMD.