mirror of
https://github.com/ml-explore/mlx.git
synced 2025-07-25 20:11:19 +08:00
5 lines
148 B
C
5 lines
148 B
C
// Copyright © 2024 Apple Inc.
|
|
|
|
#define STEEL_CONST static constant constexpr const
|
|
#define STEEL_PRAGMA_UNROLL _Pragma("clang loop unroll(full)")
|