Skip to content

Commit a4b2237

Browse files
committed
[flang] fix typo in macros in __ppc_intrinsics.f90 (NFC)
1 parent af5fd14 commit a4b2237

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

flang/module/__ppc_intrinsics.f90

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,14 +1293,14 @@ end function func_r8r8i
12931293
end interface vsx_lxvp
12941294
public :: vsx_lxvp
12951295

1296-
#undef VEC_VP_I_VP
1297-
#undef VEC_VP_I_VR
1298-
#undef VEC_VP_I_VU
1299-
#undef VEC_VP_I_VI
1300-
#undef VP_I_VP
1301-
#undef VP_I_VR
1302-
#undef VP_I_VU
1303-
#undef VP_I_VI
1296+
#undef VEC_VP_I0_VP
1297+
#undef VEC_VP_I0_VR
1298+
#undef VEC_VP_I0_VU
1299+
#undef VEC_VP_I0_VI
1300+
#undef VP_I0_VP
1301+
#undef VP_I0_VR
1302+
#undef VP_I0_VU
1303+
#undef VP_I0_VI
13041304

13051305
!-----------------------------------------
13061306
! vector function(vector, vector, vector)

0 commit comments

Comments
 (0)