index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
CompilerLauncher
/
test.ispc
blob: b061f40a5f2ba067aef2d1676eddc2dd1341b45e (
plain
)
1
2
3
4
float func(float a, float b) { return a + b / 2.; }