From c15aeaa7b5cdf4409d034a50efb3c0d2959a3f6a Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 20 Apr 2021 04:44:21 -0400 Subject: Use *.cpp file extension for test programs (GH #1024) --- ppc_simd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ppc_simd.h') diff --git a/ppc_simd.h b/ppc_simd.h index 84085618..1ed0b560 100644 --- a/ppc_simd.h +++ b/ppc_simd.h @@ -120,7 +120,7 @@ // XL C++ on AIX does not define VSX and does not // provide an option to set it. We have to set it // for the code below. This define must stay in -// sync with the define in test_ppc_power7.cxx. +// sync with the define in test_ppc_power7.cpp. #ifndef CRYPTOPP_DISABLE_POWER7 # if defined(_AIX) && defined(_ARCH_PWR7) && defined(__xlC__) # define __VSX__ 1 @@ -130,7 +130,7 @@ // XL C++ on AIX does not define CRYPTO and does not // provide an option to set it. We have to set it // for the code below. This define must stay in -// sync with the define in test_ppc_power8.cxx +// sync with the define in test_ppc_power8.cpp #ifndef CRYPTOPP_DISABLE_POWER8 # if defined(_AIX) && defined(_ARCH_PWR8) && defined(__xlC__) # define __CRYPTO__ 1 -- cgit v1.2.1