diff -urN atlas-3.10.3.old/tune/blas/gemm/CASES/ATL_cmm4x4x128_av.c atlas-3.10.3/tune/blas/gemm/CASES/ATL_cmm4x4x128_av.c --- atlas-3.10.3.old/tune/blas/gemm/CASES/ATL_cmm4x4x128_av.c 2016-08-30 15:57:50.000000000 +0200 +++ atlas-3.10.3/tune/blas/gemm/CASES/ATL_cmm4x4x128_av.c 2016-08-30 16:07:22.560746701 +0200 @@ -8,10 +8,6 @@ * for load by the scalar FPU. */ -#if defined(__powerpc64__) && (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__) -/* FIXME: port to little-endian powerpc64. */ -#else - #include "atlas_asm.h" #if !defined(ATL_AS_OSX_PPC) && !defined(ATL_GAS_LINUX_PPC) @@ -4263,4 +4259,3 @@ addi r1, r1, FSIZE blr -#endif /* little-endian powerpc64 */ diff -urN atlas-3.10.3.old/tune/blas/gemm/CASES/ATL_dmm4x4x80_ppc.c atlas-3.10.3/tune/blas/gemm/CASES/ATL_dmm4x4x80_ppc.c --- atlas-3.10.3.old/tune/blas/gemm/CASES/ATL_dmm4x4x80_ppc.c 2016-08-30 15:57:50.000000000 +0200 +++ atlas-3.10.3/tune/blas/gemm/CASES/ATL_dmm4x4x80_ppc.c 2016-08-30 16:07:43.385260132 +0200 @@ -28,10 +28,6 @@ * */ -#if defined(__powerpc64__) && (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__) -/* FIXME: port to little-endian powerpc64. */ -#else - #include "atlas_asm.h" /* * NOTE: this kernel written by R. Clint Whaley, but it uses two key ideas @@ -7507,4 +7503,3 @@ #endif blr -#endif /* little-endian powerpc64 */ diff -urN atlas-3.10.3.old/tune/blas/gemm/CASES/ATL_dmm8x4x2_vsx.c atlas-3.10.3/tune/blas/gemm/CASES/ATL_dmm8x4x2_vsx.c --- atlas-3.10.3.old/tune/blas/gemm/CASES/ATL_dmm8x4x2_vsx.c 2016-08-30 15:57:50.000000000 +0200 +++ atlas-3.10.3/tune/blas/gemm/CASES/ATL_dmm8x4x2_vsx.c 2016-08-30 16:08:03.817764078 +0200 @@ -27,10 +27,6 @@ * */ -#if defined(__powerpc64__) && (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__) -/* FIXME: port to little-endian powerpc64. */ -#else - #include #include "atlas_misc.h" #include "atlas_prefetch.h" /* ATL_pfl1R, ATL_pfl1W */ @@ -664,4 +660,3 @@ } } -#endif /* little-endian powerpc64 */ diff -urN atlas-3.10.3.old/tune/blas/gemm/CASES/ATL_smm4x4x128_av.c atlas-3.10.3/tune/blas/gemm/CASES/ATL_smm4x4x128_av.c --- atlas-3.10.3.old/tune/blas/gemm/CASES/ATL_smm4x4x128_av.c 2016-08-30 15:57:50.000000000 +0200 +++ atlas-3.10.3/tune/blas/gemm/CASES/ATL_smm4x4x128_av.c 2016-08-30 16:08:25.218291888 +0200 @@ -28,10 +28,6 @@ * */ -#if defined(__powerpc64__) && (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__) -/* FIXME: port to little-endian powerpc64. */ -#else - #include "atlas_asm.h" #if !defined(ATL_AS_OSX_PPC) && !defined(ATL_GAS_LINUX_PPC) @@ -8344,4 +8340,3 @@ addi r1, r1, FSIZE blr -#endif /* little-endian powerpc64 */ diff -urN atlas-3.10.3.old/tune/blas/gemm/CASES/ATL_smm8x2x4_av.c atlas-3.10.3/tune/blas/gemm/CASES/ATL_smm8x2x4_av.c --- atlas-3.10.3.old/tune/blas/gemm/CASES/ATL_smm8x2x4_av.c 2016-08-30 15:57:50.000000000 +0200 +++ atlas-3.10.3/tune/blas/gemm/CASES/ATL_smm8x2x4_av.c 2016-08-30 16:08:47.066830756 +0200 @@ -27,10 +27,6 @@ * */ -#if defined(__powerpc64__) && (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__) -/* FIXME: port to little-endian powerpc64. */ -#else - #include #include "atlas_misc.h" #include "atlas_prefetch.h" /* ATL_pfl1R, ATL_pfl1W */ @@ -331,4 +327,3 @@ } } -#endif /* little-endian powerpc64 */