Skip to content

Releases: simdutf/simdutf

Version 5.0.0

18 Mar 17:27
Compare
Choose a tag to compare

What's Changed

New Features

Optimization/Performance

Fixes

New Contributors

Full Changelog: v4.0.9...v5.0.0

Version 4.0.9

29 Jan 15:41
Compare
Choose a tag to compare

What's Changed

  • Fix some typos by @striezel in #359
  • adding an extra utf8 to utf32 test case by @lemire in #364
  • We can improve slightly UTF-8 validation under some x64 targets. by @lemire in #365

Full Changelog: v4.0.8...v4.0.9

Version 4.0.8

01 Dec 19:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.7...v4.0.8

Version 4.0.7

01 Dec 02:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.6...v4.0.7

Version 4.0.6

30 Nov 23:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.5...v4.0.6

Version 4.0.5

22 Nov 16:10
Compare
Choose a tag to compare

What's Changed

  • fixing issue 350 by @lemire in #352 #define conflict (ERROR_H) reported by @p0358
  • Avoiding "unused functions" when compiling for ARM64 by @lemire in #353
  • Using macro workaround for Visual Studio ARM by @lemire in #351

Full Changelog: v4.0.4...v4.0.5

Version 4.0.4

15 Nov 22:41
Compare
Choose a tag to compare

What's Changed

  • additional vreinterpret casts combined with aarch64 gcc tests in CI by @lemire in 43b46b3 Reported by @anonrig
  • cleaning of latin1_to_utf8_avx512_branch by @lemire in #347
  • convenience functions to trim partial characters at the end of a string. by @lemire in #349 which fixes #348 (Streaming API for transcoding?) by @kovidgoyal

Note that, at this point in time, the simdutf library is meant to be used with valid inputs with eventual error reporting. Transcoding with replacement, to accommodate invalid inputs, is an open issue #147

Full Changelog: v4.0.3...v4.0.4

Version 4.0.3

25 Oct 14:14
93bf2c9
Compare
Choose a tag to compare

What's Changed

  • Add vreinterpret by @lemire in #344 to fix a build issue for some compilers (reported by @anonrig)

Full Changelog: v4.0.2...v4.0.3

Version 4.0.2

24 Oct 13:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.0.2

Version 4.0.1

22 Oct 16:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1