diff options
author | Bin Lu <bin.lu@arm.com> | 2019-12-04 16:39:47 +0800 |
---|---|---|
committer | Bin Lu <bin.lu@arm.com> | 2019-12-18 16:45:15 +0800 |
commit | eb868be7434600c41fe9aae8313166607869ecb3 (patch) | |
tree | fc96d3d770867391e6b833af37e13828749d3ba9 /pkg/sentry/platform/ring0/BUILD | |
parent | 80b7ba0c9709c0c7f4c3aef5637d23225bcb866b (diff) |
supporting lazy-fpsimd in guest on Arm64
Several jobs were finished in this patch:
1, provide functions to get/set fpcr/fpsr/vregs
2, support lazy-fpsimd-context-switch in el1
Signed-off-by: Bin Lu <bin.lu@arm.com>
Diffstat (limited to 'pkg/sentry/platform/ring0/BUILD')
-rw-r--r-- | pkg/sentry/platform/ring0/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/sentry/platform/ring0/BUILD b/pkg/sentry/platform/ring0/BUILD index f1af18265..87f4552b5 100644 --- a/pkg/sentry/platform/ring0/BUILD +++ b/pkg/sentry/platform/ring0/BUILD @@ -71,6 +71,7 @@ go_library( "lib_amd64.go", "lib_amd64.s", "lib_arm64.go", + "lib_arm64.s", "ring0.go", ], importpath = "gvisor.dev/gvisor/pkg/sentry/platform/ring0", |