From 461bf3e9797f5ff97a6e28dcc24168a5f1321ce7 Mon Sep 17 00:00:00 2001 From: Agner Fog Date: Sat, 11 Apr 2020 10:29:39 +0200 Subject: [PATCH] Add files via upload version 2.01.02 --- instrset.h | 2 +- vectorclass.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/instrset.h b/instrset.h index 045f9c4..2da5daf 100644 --- a/instrset.h +++ b/instrset.h @@ -21,7 +21,7 @@ ******************************************************************************/ #ifndef INSTRSET_H -#define INSTRSET_H 20101 +#define INSTRSET_H 20102 // Allow the use of floating point permute instructions on integer vectors. diff --git a/vectorclass.h b/vectorclass.h index 2616ac7..3a6d62f 100644 --- a/vectorclass.h +++ b/vectorclass.h @@ -1,8 +1,8 @@ /**************************** vectorclass.h ******************************** * Author: Agner Fog * Date created: 2012-05-30 -* Last modified: 2020-02-25 -* Version: 2.01.01 +* Last modified: 2020-04-11 +* Version: 2.01.02 * Project: vector class library * Home: https://github.com/vectorclass * Description: @@ -26,7 +26,7 @@ * Apache License version 2.0 or later. ******************************************************************************/ #ifndef VECTORCLASS_H -#define VECTORCLASS_H 20101 +#define VECTORCLASS_H 20102 // Maximum vector size, bits. Allowed values are 128, 256, 512 #ifndef MAX_VECTOR_SIZE