mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Fix shared library not exporting symbols on Windows (#1684)
* Fix shared library not exporting symbols on Windows * Function name style
This commit is contained in:
@@ -51,7 +51,7 @@ struct PrintFormatter {
|
||||
bool capitalize_bool{false};
|
||||
};
|
||||
|
||||
extern PrintFormatter global_formatter;
|
||||
PrintFormatter& get_global_formatter();
|
||||
|
||||
/** The type from promoting the arrays' types with one another. */
|
||||
inline Dtype result_type(const array& a, const array& b) {
|
||||
|
||||
Reference in New Issue
Block a user