We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba5d8c commit ea82093Copy full SHA for ea82093
1 file changed
src/core/openjph/ojph_simd_vsx.h
@@ -255,7 +255,7 @@ static inline v128_t vsx_i32x4_trunc_sat_f32x4(v128_t a)
255
static inline v128_t vsx_f32x4_convert_i32x4(v128_t a)
256
{ return (v128_t)vec_ctf((vsx_v_i32)a, 0); }
257
258
-/**/
+/*
259
//---------------------------------------------------------------------------
260
// widening
261
0 commit comments