mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
ispc: add v1.29.0 and v1.29.1 (#8346)
ISPC v1.29.0 and v1.29.1 have been released. Infra change: https://github.com/compiler-explorer/infra/pull/1924
This commit is contained in:
@@ -1,10 +1,16 @@
|
|||||||
compilers=&ispc
|
compilers=&ispc
|
||||||
defaultCompiler=ispc1282
|
defaultCompiler=ispc1291
|
||||||
objdumper=/opt/compiler-explorer/gcc-14.2.0/bin/objdump
|
objdumper=/opt/compiler-explorer/gcc-14.2.0/bin/objdump
|
||||||
|
|
||||||
group.ispc.compilers=ispc1282:ispc1281:ispc1280:ispc1270:ispc1260:ispc1253:ispc1250:ispc1240:ispc1230:ispc1220:ispc1210:ispc1200:ispc1190:ispc1180:ispc1170:ispc1161:ispc1160:ispc1150:ispc1141:ispc1140:ispc1130:ispc1120:ispc1110:ispc1100:ispc192:ispc191:ispc-trunk
|
group.ispc.compilers=ispc1291:ispc1290:ispc1282:ispc1281:ispc1280:ispc1270:ispc1260:ispc1253:ispc1250:ispc1240:ispc1230:ispc1220:ispc1210:ispc1200:ispc1190:ispc1180:ispc1170:ispc1161:ispc1160:ispc1150:ispc1141:ispc1140:ispc1130:ispc1120:ispc1110:ispc1100:ispc192:ispc191:ispc-trunk
|
||||||
group.ispc.isSemVer=true
|
group.ispc.isSemVer=true
|
||||||
group.ispc.baseName=ispc
|
group.ispc.baseName=ispc
|
||||||
|
compiler.ispc1291.exe=/opt/compiler-explorer/ispc-1.29.1/bin/ispc
|
||||||
|
compiler.ispc1291.semver=1.29.1
|
||||||
|
compiler.ispc1291.executableLinker=/opt/compiler-explorer/gcc-14.2.0/bin/gcc
|
||||||
|
compiler.ispc1290.exe=/opt/compiler-explorer/ispc-1.29.0/bin/ispc
|
||||||
|
compiler.ispc1290.semver=1.29.0
|
||||||
|
compiler.ispc1290.executableLinker=/opt/compiler-explorer/gcc-14.2.0/bin/gcc
|
||||||
compiler.ispc1282.exe=/opt/compiler-explorer/ispc-1.28.2/bin/ispc
|
compiler.ispc1282.exe=/opt/compiler-explorer/ispc-1.28.2/bin/ispc
|
||||||
compiler.ispc1282.semver=1.28.2
|
compiler.ispc1282.semver=1.28.2
|
||||||
compiler.ispc1282.executableLinker=/opt/compiler-explorer/gcc-14.2.0/bin/gcc
|
compiler.ispc1282.executableLinker=/opt/compiler-explorer/gcc-14.2.0/bin/gcc
|
||||||
|
|||||||
Reference in New Issue
Block a user