Skip to content

Commit ea82093

Browse files
committed
Another Try 4
1 parent bba5d8c commit ea82093

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/openjph/ojph_simd_vsx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ static inline v128_t vsx_i32x4_trunc_sat_f32x4(v128_t a)
255255
static inline v128_t vsx_f32x4_convert_i32x4(v128_t a)
256256
{ return (v128_t)vec_ctf((vsx_v_i32)a, 0); }
257257

258-
/**/
258+
/*
259259
//---------------------------------------------------------------------------
260260
// widening
261261
//---------------------------------------------------------------------------

0 commit comments

Comments
 (0)