Add the metal program

This commit is contained in:
Gergely Polonkai 2016-05-26 17:29:47 +02:00
parent d85052fafd
commit 36bb14b228
1 changed files with 10 additions and 0 deletions

View File

@ -40,6 +40,16 @@ programs = {
'octave': 0,
},
},
'metal': {
'commit': {
'program': 30,
'octave': -1,
},
'file': {
'program': 33,
'octave': -3,
},
},
}