File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11OpenVDB:
22 New features:
3- - Significant performance improvements across many tools with the introduction
3+ - Significant performance improvements across some tools with the introduction
44 of targeted SIMD support to the core library. The main framework advancement
55 is the introduction of Agner Fog's vectorclass library (VCL) as an optional
66 dependency, specifically for x86 instruction set architecture intrinsic support.
@@ -19,8 +19,10 @@ OpenVDB:
1919 acceleration library in use.
2020
2121 Improvements:
22- - Vectorized rasterizeSdf(SphereSettings), improving performance upwards of 2x
23- on x86 and 1.5x on other platforms.
22+ - Vectorized points::rasterizeSdf(SphereSettings), improving performance
23+ upwards of 2x on x86 and 1.5x on other platforms.
24+ - Vectorized points::pca, improving performance upwards of 2x on x86 and
25+ 1.5x on other platforms.
2426 - Introduced new component wise arithmetic and relational operators for
2527 math::Tuple instantiations for use with fallback SIMD support.
2628 - Using Limiter::CLAMP when advecting vector fields through VolumeAdvect now
You can’t perform that action at this time.
0 commit comments