fixing windows build

This commit is contained in:
Kbz-8
2024-09-14 13:14:36 +02:00
parent 8191191fff
commit f743fc717f
4 changed files with 16 additions and 8 deletions

View File

@@ -153,8 +153,6 @@ namespace mlx
{
double s, c;
::sincos(x, &s, &c);
*sin = static_cast<T>(s);
*cos = static_cast<T>(c);
}