Move mix from math to commonIt has been part of the common functions since 1.0Signed-off-by: Aaron Watry <[email protected]>Reviewed-by: Tom Stellard <[email protected]>llvm-svn: 231137
Implement step builtinThis has been tested with piglit, OpenCV, and the ocl conformance tests.llvm-svn: 230970
Implement smoothstep builtin v2This has been tested with piglit, OpenCV, and the ocl conformance tests.v2: - Fix typo in smoothstep.hllvm-svn: 230969
Implement radians builtin v2This has been tested with piglit, OpenCV, and the ocl conformance tests.v2: - Move to the common/ directoryllvm-svn: 230968
Implement degrees builtin v2This has been tested with piglit, OpenCV, and the ocl conformance tests.v2: - Move to the common/ directoryllvm-svn: 230967
Implement sign() builtinllvm-svn: 192384