Closed szellmann closed 7 years ago
We should have simd::floatN types even on platforms where a floatN doesn't fit into a single simd register. That way we wouldn't rely on conditional compilation in classes that use such types.
Implemented. Cf. https://github.com/szellmann/visionaray/commit/3cdaa0ee4c953daff8fdc1f84470c8bcabe08e06
We should have simd::floatN types even on platforms where a floatN doesn't fit into a single simd register. That way we wouldn't rely on conditional compilation in classes that use such types.