Skip to content

Commit dc15ffc

Browse files
committed
Updated pendingchanges
Signed-off-by: Nick Avramoussis <4256455+Idclip@users.noreply.github.com>
1 parent c6b1b46 commit dc15ffc

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

pendingchanges/simd.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OpenVDB:
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

0 commit comments

Comments
 (0)