From 35215eba9c06084d0a89da41862e410b46d9a720 Mon Sep 17 00:00:00 2001 From: Rebecca Chang Swee Fun Date: Fri, 17 Jun 2022 05:49:33 +0000 Subject: [PATCH 21/68] ui: gl: enable swiftshader for riscv64 Signed-off-by: Rebecca Chang Swee Fun --- ui/gl/features.gni | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/gl/features.gni b/ui/gl/features.gni index 743d647f0c49..36b0ef881ae3 100644 --- a/ui/gl/features.gni +++ b/ui/gl/features.gni @@ -31,5 +31,6 @@ declare_args() { (is_mac && use_egl) || is_chromeos_ash || is_fuchsia) && (target_cpu == "x86" || target_cpu == "x64" || target_cpu == "arm" || target_cpu == "arm64" || - target_cpu == "mipsel" || target_cpu == "mips64el") + target_cpu == "mipsel" || target_cpu == "mips64el" || + target_cpu == "riscv64") } -- 2.30.2