~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.c

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
   oelems[0] = type_ref;
87
87
   oelems[1] = LLVMInt1TypeInContext(gallivm->context);
88
88
 
89
 
   otype = LLVMStructTypeInContext(gallivm->context, oelems, 2, FALSE);
 
89
   otype = LLVMStructTypeInContext(gallivm->context, oelems, 2, false);
90
90
   oresult = lp_build_intrinsic_binary(builder, intr_str,
91
91
                                       otype, a, b);
92
92
   if (ofbit) {