Skip to content

Single-precision ops

Pre-release
Pre-release
Compare
Choose a tag to compare
@alejandro-isaza alejandro-isaza released this 04 Feb 00:10
· 73 commits to master since this release

Reconsidered the decision to support only Double, now all containers, functions and operators support Float as well. This means that RealArray is no more. You need to choose either ValueArray<Double> or ValueArray<Float>.