1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:58:11 +00:00

Userland: Remove i686 support

This commit is contained in:
Liav A 2022-10-04 02:51:58 +03:00 committed by Andreas Kling
parent 55f17fff36
commit 445b5e1e94
5 changed files with 6 additions and 60 deletions

View file

@ -18,9 +18,7 @@
namespace Web {
#if ARCH(I386)
# define CPU_STRING "x86"
#elif ARCH(X86_64)
#if ARCH(X86_64)
# define CPU_STRING "x86_64"
#elif ARCH(AARCH64)
# define CPU_STRING "AArch64"