Skip to content
Snippets Groups Projects
Commit 17f9a45a authored by Seun Odutola's avatar Seun Odutola
Browse files

Proposed fix for floating-point differences that occurs in arm64

Conservative fix for floating-point differences that occurs in arm64
parent 5e2ca5f0
Branches
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.
Please register or to comment