mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-11 08:38:05 +08:00
ebffa3937b
Something changed in newer Xcode compilers that was causing error when
compiling `vdupq_lane_f32` with a variable integer. This includes a
patch to replace the variable with an explicit switch statement for all
4 possible values.
Patch is based on this commit:
cdbfc0f128