Skip to content
Commit 33863f0f authored by Karl Rupp's avatar Karl Rupp
Browse files

Added first support for integer vectors using the CPU backend.

Operations on integers need to be type homogeneous: All scalars and vectors
involved need to have the same type. Mixing types might work in some
cases, but may also fail to compile or execute correctly.
Improvements are desired to allow full type-mixing, but this certainly requires
a bunch of conversion routines as well as a full-fledged generator.
parent d1d66753
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment