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

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


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 9f790cb2 17f9a45a
Branches
No related tags found
No related merge requests found
......@@ -92,6 +92,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.
Please register or to comment