We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26db3c3 commit 83eb812Copy full SHA for 83eb812
libc/src/math/gpu/vendor/amdgpu/platform.h
@@ -37,6 +37,7 @@ extern const LIBC_INLINE_VAR uint8_t __oclc_finite_only_opt = 0;
37
// is determined to be safe on all targets by looking at the source code.
38
// https://github.com/ROCm/ROCm-Device-Libs/blob/amd-stg-open/ocml/src/opts.h
39
extern const LIBC_INLINE_VAR uint32_t __oclc_ISA_version = 9000;
40
+}
41
42
// These aliases cause clang to emit the control constants with ODR linkage.
43
// This allows us to link against the symbols without preventing them from being
0 commit comments