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