You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2020. It is now read-only.
Report the SIMD types as intrinsic types to RyuJIT
Pass flags to RyuJIT to enable generation of SIMD code
Either a command line switch to enable various intrinsics (program will fail if run on a CPU that doesn't support them), or ideally, function multi-versioning so that we can use the appropriate code for the CPU the program is running on at runtime