diff options
Diffstat (limited to 'targets/nintendoswitch.json')
-rw-r--r-- | targets/nintendoswitch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/nintendoswitch.json b/targets/nintendoswitch.json index 0768fc9ab..24e354647 100644 --- a/targets/nintendoswitch.json +++ b/targets/nintendoswitch.json @@ -1,7 +1,7 @@ { "llvm-target": "aarch64", "cpu": "cortex-a57", - "features": "+aes,+crc,+crypto,+fp-armv8,+neon,+sha2", + "features": "+aes,+crc,+crypto,+fp-armv8,+neon,+sha2,+v8a", "build-tags": ["nintendoswitch", "arm64"], "scheduler": "tasks", "goos": "linux", |