Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
version 2.01.04
  • Loading branch information
AgnerF authored Aug 18, 2021
1 parent d1e06dd commit a0a3398
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Change log for Vector class library
-----------------------------------

2021-08-18 version 2.01.04
* fix bug in elementtype for Vec8uq
* improved optimization of permute functions in MS compiler by using constexpr

2020-11-04 version 2.01.03
* fix overflow in sin, cos, tan for large x
* Fix bug in is_nan for instruction sets prior to AVX
* fix bug in is_nan for instruction sets prior to AVX
* warning for MS compiler versions with poor support for AVX512

2020-04-11 version 2.01.02
Expand Down
2 changes: 1 addition & 1 deletion vectorclass.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Author: Agner Fog
* Date created: 2012-05-30
* Last modified: 2021-08-18
* Version: 2.01.03
* Version: 2.01.04
* Project: vector class library
* Home: https://github.com/vectorclass
* Description:
Expand Down

0 comments on commit a0a3398

Please sign in to comment.