Skip to content

Commit

Permalink
[libc] Fix accidentally deleted braces after change
Browse files Browse the repository at this point in the history
Summary:
Oops.
  • Loading branch information
jhuber6 committed Feb 6, 2024
1 parent 26db3c3 commit 83eb812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libc/src/math/gpu/vendor/amdgpu/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ extern const LIBC_INLINE_VAR uint8_t __oclc_finite_only_opt = 0;
// is determined to be safe on all targets by looking at the source code.
// https://github.com/ROCm/ROCm-Device-Libs/blob/amd-stg-open/ocml/src/opts.h
extern const LIBC_INLINE_VAR uint32_t __oclc_ISA_version = 9000;
}

// These aliases cause clang to emit the control constants with ODR linkage.
// This allows us to link against the symbols without preventing them from being
Expand Down

0 comments on commit 83eb812

Please sign in to comment.