fixing windows build

This commit is contained in:
2024-09-14 13:14:36 +02:00
parent 429bd9eabd
commit 976afdac3d
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);
}