Skip to content

Tags: szaghi/VecFor

Tags

v1.4.7

Toggle v1.4.7's commit message

Verified

This tag was signed with the committer’s verified signature.
szaghi Stefano Zaghi
Release v1.4.7

v1.4.6

Toggle v1.4.6's commit message

Verified

This tag was signed with the committer’s verified signature.
szaghi Stefano Zaghi
Release v1.4.6

v1.4.5

Toggle v1.4.5's commit message

Verified

This tag was signed with the committer’s verified signature.
szaghi Stefano Zaghi
Release v1.4.5

v1.4.4

Toggle v1.4.4's commit message

Verified

This tag was signed with the committer’s verified signature.
szaghi Stefano Zaghi
Release v1.4.4

v1.4.3

Toggle v1.4.3's commit message

Verified

This tag was signed with the committer’s verified signature.
szaghi Stefano Zaghi
Release v1.4.3

v1.4.2

Toggle v1.4.2's commit message

Verified

This tag was signed with the committer’s verified signature.
szaghi Stefano Zaghi
Release v1.4.2

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
szaghi Stefano Zaghi
update makefile

v1.4.0

Toggle v1.4.0's commit message
Refactor library fixing entities renaming

Completely refactor the library: the previous entities renaming to
obtain multiprecision was non standard thus a deep refactoring has been
necessary.

Why:

Being standard compliant

This change addresses the need by:

Remove `use, only` aliases relaying much more on preprocessing macros.

Side effects:

Public API should be backward compatible, but internally many changes
happen, it is not clear of possible side effects on third party
libraries that consume VecFor for now.

v1.3.0

Toggle v1.3.0's commit message
Stable release. add support concurrent multi-kind vector

Add support for (concurrent) multi-kind vectors: now vectors can be
defined with real32, real64 and real128 kind concurrently, vector_R4P,
vector_R8P and vector_R16P respectively. There is still the default
vector with the default kind (R8P if no otherwise defined).

v1.2.2

Toggle v1.2.2's commit message
Add parametrized KIND for vector members

Add parametrized KIND for vector members: now the kind of the members of
the vector can be "parametrized", namely this kind can be selected at
compiled time specifying the proper pre-processing flag.