mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-12 21:10:37 +00:00
Fix clang-14 / GNU ld interaction for target_clones
This commit is contained in:
parent
b4b125c727
commit
a6cbb0f65c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ inline bool luai_vecisnan(const float* a)
|
|||
}
|
||||
|
||||
LUAU_FASTMATH_BEGIN
|
||||
LUAU_DISPATCH_SSE41
|
||||
// TODO: LUAU_DISPATCH_SSE41 would be nice here, but clang-14 doesn't support it correctly on inline functions...
|
||||
inline double luai_nummod(double a, double b)
|
||||
{
|
||||
return a - floor(a / b) * b;
|
||||
|
|
Loading…
Reference in a new issue