Skip to content

Instantly share code, notes, and snippets.

@i509VCB

i509VCB/qsort.c Secret

Created August 26, 2023 23:30
Show Gist options
  • Save i509VCB/a9aa0d30b4a4695379110002d2507119 to your computer and use it in GitHub Desktop.
Save i509VCB/a9aa0d30b4a4695379110002d2507119 to your computer and use it in GitHub Desktop.
qsort(util_dynarray_begin(&list),
util_dynarray_num_elements(&list, nir_intrinsic_instr *),
sizeof(nir_intrinsic_instr *),
sort_sysval);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment