Stillwater Sc Universal Versions Save

Large collection of number systems providing custom arithmetic and mixed-precision algorithms for AI, Machine Learning, Computer Vision, Signal Processing, CAE, EDA, control, optimization, estimation, and approximation.

v3.75

4 months ago

added a fast posit<16,2> and restructured the regression environment to support more of these specialized posit implementations.

v3.74

4 months ago

Added a new fast standard posit<16,2>

v3.68

1 year ago

JOSS release with code, documentation, and verification review.

v3.58b

1 year ago

Introduction of a logarithmic number system, lns<nbits, rbits, ArithmeticBehavior, BlockType>

v3.52

2 years ago

Removed nested namespace definitions (C++17 feature) to support C++11 applications.

v3.49

2 years ago

First release of a classic floating-point using a new block floating-point arithmetic engine.

v3.48

2 years ago

Bringing in all the number systems into the new exception hierarchy.

Code hygiene for gcc and clang.

Streamlining cfloat regression suites.

v3.47

2 years ago

Introducing an adaptive rational number system based on decimal.

Restructuring of the exception hierarchy to have a base exception and number system specialized exceptions.

v3.46

2 years ago

Enhancements to decimal

Introducing rational number system comprised of adaptive decimal numerator/denominator

v3.45

2 years ago

fixpnt enhancements: binary - fixpnt/literal operations, division, large fixpnts, conversions and test suites.

unification of the structure of all number systems so that they have the same public interface for the arithmetic operators.

integer, native, fixpnt and posit number systems are fully featured.