Skip to content
Snippets Groups Projects
Commit cee0feef authored by David Gobbi's avatar David Gobbi Committed by Kitware Robot
Browse files

Merge topic 'release-vtkImageInterpolation-floating-point-differences-on-ARM' into release


17f9a45a Proposed fix for floating-point differences that occurs in arm64

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: default avatarBen Boeckel <ben.boeckel@kitware.com>
Acked-by: default avatarDavid Gobbi <david.gobbi@gmail.com>
Acked-by: default avatarSean McBride <sean@rogue-research.com>
Merge-request: !8162
parents 5e2ca5f0 17f9a45a
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,8 @@ struct vtkInterpolationMath
#define VTK_INTERPOLATE_64BIT_FLOOR
#elif defined __ppc64__ || defined __x86_64__ || defined _M_X64
#define VTK_INTERPOLATE_64BIT_FLOOR
#elif defined __arm64__ || defined __aarch64__
#define VTK_INTERPOLATE_64BIT_FLOOR
#elif defined __ppc__ || defined sparc || defined mips
#define VTK_INTERPOLATE_32BIT_FLOOR
#elif defined i386 || defined _M_IX86
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment