Skip to content

Commit 3fccb21

Browse files
committed
fixup! [libc][math] Optimize nearest integer functions using builtins when available
Delete inline assembly implementations for AArch64.
1 parent 9e8d9a8 commit 3fccb21

File tree

9 files changed

+0
-247
lines changed

9 files changed

+0
-247
lines changed

libc/src/math/aarch64/CMakeLists.txt

Lines changed: 0 additions & 79 deletions
This file was deleted.

libc/src/math/aarch64/ceil.cpp

Lines changed: 0 additions & 21 deletions
This file was deleted.

libc/src/math/aarch64/ceilf.cpp

Lines changed: 0 additions & 21 deletions
This file was deleted.

libc/src/math/aarch64/floor.cpp

Lines changed: 0 additions & 21 deletions
This file was deleted.

libc/src/math/aarch64/floorf.cpp

Lines changed: 0 additions & 21 deletions
This file was deleted.

libc/src/math/aarch64/round.cpp

Lines changed: 0 additions & 21 deletions
This file was deleted.

libc/src/math/aarch64/roundf.cpp

Lines changed: 0 additions & 21 deletions
This file was deleted.

libc/src/math/aarch64/trunc.cpp

Lines changed: 0 additions & 21 deletions
This file was deleted.

libc/src/math/aarch64/truncf.cpp

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)