diff options
Diffstat (limited to 'vendor/github.com/tetratelabs/wazero/experimental/features.go')
| -rw-r--r-- | vendor/github.com/tetratelabs/wazero/experimental/features.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/github.com/tetratelabs/wazero/experimental/features.go b/vendor/github.com/tetratelabs/wazero/experimental/features.go index b2a5b9069..a695f149f 100644 --- a/vendor/github.com/tetratelabs/wazero/experimental/features.go +++ b/vendor/github.com/tetratelabs/wazero/experimental/features.go @@ -13,3 +13,6 @@ import "github.com/tetratelabs/wazero/api" // binaries will use a theroetical maximum like 4GB, so if using such a binary on a system // without mmap, consider editing the binary to reduce the max size setting of memory. const CoreFeaturesThreads = api.CoreFeatureSIMD << 1 + +// CoreFeaturesThreads enables tail call instructions ("tail-call"). +const CoreFeaturesTailCall = api.CoreFeatureSIMD << 2 |
