xcode SSE build, dev branch at dcc04d11 Possible misuse of comma operator here: line 277: float32<4> fa, fb; fa = a, fb = b; line 282: float32<4> fa, fb; fa = a, fb = b; guessing both of these should probably be semicolons instead.