Skip to content

Commit

Permalink
Intel(R) Integrated Performance Primitives Cryptography 2021.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ipl_ci committed Mar 31, 2023
1 parent 577431a commit 8e1f90d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/ippversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@

#define IPP_VERSION_MAJOR 2021
#define IPP_VERSION_MINOR 7
#define IPP_VERSION_UPDATE 0
#define IPP_VERSION_UPDATE 1

// Major interface version
#define IPP_INTERFACE_VERSION_MAJOR 11
// Minor interface version
#define IPP_INTERFACE_VERSION_MINOR 5
#define IPP_INTERFACE_VERSION_MINOR 6

#define IPP_VERSION_STR STR(IPP_VERSION_MAJOR) "." STR(IPP_VERSION_MINOR) "." STR(IPP_VERSION_UPDATE) " (" STR(IPP_INTERFACE_VERSION_MAJOR) "." STR(IPP_INTERFACE_VERSION_MINOR) " )"

Expand Down
4 changes: 2 additions & 2 deletions sources/ippcp/crypto_mb/include/crypto_mb/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
#define MBX_LIB_NAME() "crypto_mb"
#define MBX_VER_MAJOR 1
#define MBX_VER_MINOR 0
#define MBX_VER_REV 6
#define MBX_VER_REV 7

/* major interface version */
#define MBX_INTERFACE_VERSION_MAJOR 11
/* minor interface version */
#define MBX_INTERFACE_VERSION_MINOR 5
#define MBX_INTERFACE_VERSION_MINOR 6

typedef struct {
int major; /* e.g. 1 */
Expand Down

0 comments on commit 8e1f90d

Please sign in to comment.