Skip to content

Commit 83eb812

Browse files
committed
[libc] Fix accidentally deleted braces after change
Summary: Oops.
1 parent 26db3c3 commit 83eb812

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/src/math/gpu/vendor/amdgpu/platform.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ extern const LIBC_INLINE_VAR uint8_t __oclc_finite_only_opt = 0;
3737
// is determined to be safe on all targets by looking at the source code.
3838
// https://github.com/ROCm/ROCm-Device-Libs/blob/amd-stg-open/ocml/src/opts.h
3939
extern const LIBC_INLINE_VAR uint32_t __oclc_ISA_version = 9000;
40+
}
4041

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

0 commit comments

Comments
 (0)