From f78fe453560c1d09e87486c9b43026541ccfc4ef Mon Sep 17 00:00:00 2001 From: doinkythederp Date: Wed, 20 Nov 2024 10:31:01 -0800 Subject: [PATCH] chore: update target file --- armv7a-vex-v5.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armv7a-vex-v5.json b/armv7a-vex-v5.json index 1cde36c..5b8984b 100644 --- a/armv7a-vex-v5.json +++ b/armv7a-vex-v5.json @@ -8,7 +8,7 @@ "panic-strategy": "abort", "relocation-model": "static", "llvm-target": "armv7a-none-eabihf", - "features": "+v7,+neon,+vfp3,+thumb2", + "features": "+v7,+neon,+vfp3d16,+thumb2", "linker": "rust-lld", "linker-flavor": "ld.lld", "data-layout": "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64",