Skip to content

Releases: amd/aocl-libmem

AOCL-LibMem 5.0

11 Oct 04:32
Compare
Choose a tag to compare

Optimized memory and string functions for Zen micro-architecture.

Supported functions are memcpy, mempcpy, memmove, memset, memcmp, memchr, strcpy, strncpy, strcmp, strncmp, strlen, strcat and strstr.

Highlights of AOCL-LibMem-5.0 Release:

Added support for new functions memchr, strcat and strstr.
Optimized AVX2 memory functions.
Minor Bug fixes.

AOCL-LibMem 4.2

28 Feb 11:11
Compare
Choose a tag to compare

Optimized memory and string functions for Zen micro-architecture.

  • Supported functions are memcpy, mempcpy, memmove, memset, memcmp, strcpy, strncpy, strcmp, strncmp and strlen.

Highlights of AOCL-LibMem-4.2 Release:

  • Added support for strncpy, strcmp, strncmp and strlen functions.
  • Optimized memory and string functions
  • CTest-based functional validation

AOCL-LibMem 4.1

07 Aug 11:31
Compare
Choose a tag to compare
  • Optimized memory and string functions for Zen micro-architecture.
  • Supported functions are memcpy, mempcpy, memmove, memset, memcmp and strcpy.
  • Highlights of AOCL-LibMem-4.1 Release:
    • Added AVX-512-based optimizations
    • Added support for strcpy function
    • Added support for static binary build