Skip to content

Commit

Permalink
add clang-format off/on around list of extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
franz committed Sep 17, 2024
1 parent f887c5a commit 543a59d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <unistd.h>
#endif

// clang-format off
// List should follow order in the extension spec
const char *known_extensions[] = {
"cl_khr_byte_addressable_store",
Expand Down Expand Up @@ -94,6 +95,7 @@ const char *known_extensions[] = {
"cl_khr_command_buffer_mutable_dispatch",
"cl_khr_command_buffer_multi_device"
};
// clang-format on

size_t num_known_extensions = ARRAY_SIZE(known_extensions);
size_t first_API_extension = 32;
Expand Down

0 comments on commit 543a59d

Please sign in to comment.