https://github.com/fenderglass/Ragout
Revision e508020e1954dd829ca4a758663ff9f83f842371 authored by Mikhail Kolmogorov on 12 January 2015, 22:31:37 UTC, committed by Mikhail Kolmogorov on 12 January 2015, 22:31:37 UTC
1 parent 55f7171
Raw File
Tip revision: e508020e1954dd829ca4a758663ff9f83f842371 authored by Mikhail Kolmogorov on 12 January 2015, 22:31:37 UTC
a possible fix for fusion prediction
Tip revision: e508020
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top