github.com/tetratelabs/wazero@v1.7.3-0.20240513003603-48f702e154b5/internal/platform/platform_amd64.go (about) 1 package platform 2 3 // init verifies that the current CPU supports the required AMD64 instructions 4 func init() { 5 // Ensure SSE4.1 is supported. 6 archRequirementsVerified = CpuFeatures.Has(CpuFeatureAmd64SSE4_1) 7 }