Guest User

Untitled

a guest
Dec 14th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. define <4 x float> @x(<4 x float> %a, <4 x float> %b) {
  2. start:
  3. %c = fcmp ole <4 x float> %a, %b
  4. %.v.i = select <4 x i1> %c, <4 x float> %a, <4 x float> %b
  5. ret <4 x float> %.v.i
  6. }
Add Comment
Please, Sign In to add comment