mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:14:58 +00:00
LibC: Remove i686 support
This commit is contained in:
parent
85b453c2e4
commit
92da98822a
11 changed files with 9 additions and 169 deletions
|
@ -633,7 +633,7 @@ long double frexpl(long double x, int* exp) NOEXCEPT
|
|||
return scalbnl(x, -(*exp));
|
||||
}
|
||||
|
||||
#if !(ARCH(I386) || ARCH(X86_64))
|
||||
#if !(ARCH(X86_64))
|
||||
|
||||
double round(double value) NOEXCEPT
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue