KhronosGroup / OpenCL-Headers

Khronos OpenCL-Headers
Apache License 2.0
666 stars 236 forks source link

sort new extensions programmatically #236

Closed bashbaug closed 1 year ago

bashbaug commented 1 year ago

The generated extension headers maintained an ordered list of older extensions to minimize diffs with the non-generated extension headers, but there is no reason to require this for new extensions. If a new extension is not found in the list, sort it at the end automatically. Note, Khronos (KHR) extensions will also be sorted before multi-vendor (EXT) extensions, and before vendor extensions.

bashbaug commented 1 year ago

Merging as discussed in the September 12th teleconference.