db-tu-dresden / TSL

Template SIMD Library (+Generator)
GNU General Public License v3.0
7 stars 8 forks source link

Added max and min width extension to rt #74

Closed JPietrzykTUD closed 10 months ago

JPietrzykTUD commented 10 months ago

Added the following two types to tsl::runtime::cpu:

This can be used as shown in examples/oneAPIfpga/clz_rtl_example.cpp line 22:

using namespace tsl;
executor<runtime::cpu> cpu_executor;
using cpu_simd = simd<uint32_t, typename runtime::cpu::max_width_extension_t>;