Sort platforms in one pass
authorVincent Danjean <Vincent.Danjean@ens-lyon.org>
Wed, 3 Jun 2015 12:45:18 +0000 (14:45 +0200)
committerVincent Danjean <Vincent.Danjean@ens-lyon.org>
Sat, 6 Jun 2015 16:10:22 +0000 (18:10 +0200)
commitadb1445d0c8a45dce011d100ac524405aa244a4d
treecbab9b4054026b7cb660547c9fd6ec83fb2ae5cd
parent27fe1077518c0c58c61a2f1e7dd8fff3b8027efa
Sort platforms in one pass

Use qsort from the C library.
Moreover, the code will be easier to modify
when/if the sort will be done with external/different criteria
(admin or user preferences, etc.)
ocl_icd_loader.c