Skip to content

Commit 1fc2392

Browse files
committed
doc
1 parent b970a40 commit 1fc2392

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

candle-metal-kernels/src/utils.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ pub(crate) fn os_version_at_least<V: Into<OSVersion>>(v: V) -> bool {
292292
info.isOperatingSystemAtLeastVersion(v.into())
293293
}
294294

295+
// Poor man's Swift @available attribute
295296
#[macro_export]
296297
macro_rules! available {
297298
(ios=$t:expr) => {

0 commit comments

Comments
 (0)