Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
version 2.01.02
  • Loading branch information
AgnerF authored Apr 11, 2020
1 parent 5befebd commit 461bf3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion instrset.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions vectorclass.h
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 461bf3e

Please sign in to comment.