Skip to content

Releases: ti-uni-bielefeld/T-SIMD

v31.1.3

26 Jul 18:23
a6cad1f

Choose a tag to compare

What's Changed

Full Changelog: v31.1.2...v31.1.3

v31.1.2

12 Jul 17:47
5358463

Choose a tag to compare

What's Changed

  • Fixed conversion from Vec to Mask on architectures where Masks are being emulated with Vecs by @jonicho in #4
    • This also adds TypeInfo<T>::IntegerType for getting the signed integer type of the same size as T
  • Fixed clang warning -Wmissing-template-arg-list-after-template-kw by removing unnecessary template keywords in autotests by @jonicho in #5
  • Updated clang-format to version 20 by @jonicho in #6

Full Changelog: v31.1.1...v31.1.2

v31.1.1

15 Jun 11:31
fa57c52

Choose a tag to compare

What's Changed

  • Improve wording of "Download and Usage" section in README.md by @jonicho in #1
  • Upload documenation as release asset when creating a new release by @jonicho in #3

Full Changelog: v31.1.0...v31.1.1

v31.1.0

24 Oct 16:06

Choose a tag to compare

Changelog

Full Changelog: v31.0.0...v31.1.0

v31.0.0

18 Oct 22:13

Choose a tag to compare

Changelog

Full Changelog: v30.2.0...v31.0.0

v30.2.0

18 Oct 12:46

Choose a tag to compare

Changelog

  • Disabled automatic type deduction for set1

Full Changelog: v30.1.0...v30.2.0

v30.1.0

18 Oct 12:40

Choose a tag to compare

Changelog

  • The mask argument in mask_ifelse and mask_ifelsezero now also accepts types different from the value arguments, as long as the types still have the same size

Full Changelog: v30.0.0...v30.1.0

v30.0.0

18 Oct 12:35

Choose a tag to compare

Major changes in v30.0.0:

  • Improved masked load / store emulation, now partly uses masked load / store intrinsics of AVX/AVX2