Skip to content

Commit a0a3398

Browse files
authored
Add files via upload
version 2.01.04
1 parent d1e06dd commit a0a3398

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

‎changelog.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
Change log for Vector class library
22
-----------------------------------
33

4+
2021-08-18 version 2.01.04
5+
* fix bug in elementtype for Vec8uq
6+
* improved optimization of permute functions in MS compiler by using constexpr
7+
48
2020-11-04 version 2.01.03
59
* fix overflow in sin, cos, tan for large x
6-
* Fix bug in is_nan for instruction sets prior to AVX
10+
* fix bug in is_nan for instruction sets prior to AVX
711
* warning for MS compiler versions with poor support for AVX512
812

913
2020-04-11 version 2.01.02

‎vectorclass.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Author: Agner Fog
33
* Date created: 2012-05-30
44
* Last modified: 2021-08-18
5-
* Version: 2.01.03
5+
* Version: 2.01.04
66
* Project: vector class library
77
* Home: https://github.com/vectorclass
88
* Description:

0 commit comments

Comments
 (0)