Skip to content

Commit

Permalink
DOC: Add a release note for IBMZ SIMD
Browse files Browse the repository at this point in the history
  • Loading branch information
seiko2plus committed Jun 4, 2022
1 parent 16666d9 commit e1c5e9d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/release/upcoming_changes/20913.improvement.rst
@@ -0,0 +1,12 @@
IBM zSystems Vector Extension Facility (SIMD)
---------------------------------------------

Added support for SIMD extensions of zSystem (z13, z14, z15),
through the universal intrinsics interface. This support leads
to performance improvements for all SIMD kernels implemented
using the universal intrinsics, including the following operations:

rint, floor, trunc, ceil, sqrt, absolute, square, reciprocal, tanh, sin, cos,
equal, not_equal, greater, greater_equal, less, less_equal,
maximum, minimum, fmax, fmin, argmax, argmin,
add, subtract, multiply, divide.

0 comments on commit e1c5e9d

Please sign in to comment.