-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Known Issue] SIMD vector support for 32-bit architectures is missing #997
Comments
After running app with added plugin which methods return different types of vectors, returned values of |
The fix we've merged was mistakenly related to this issue. It appears that for the |
There's currently no support for calling functions with SIMD vector type arguments and return values on
i386
andarmv7
architectures.simd_float2
,simd_float3
,simd_float4
,simd_double2
tests are failing and app crashes onsimd_double3
withEXC_BAD_ACCESS (code=EXC_ARM_DA_ALIGN, address=0x126e978d)
The text was updated successfully, but these errors were encountered: