diff options
Diffstat (limited to 'source/compiler-core')
| -rw-r--r-- | source/compiler-core/slang-gcc-compiler-util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler-core/slang-gcc-compiler-util.cpp b/source/compiler-core/slang-gcc-compiler-util.cpp index 52d4a0c29..01f197875 100644 --- a/source/compiler-core/slang-gcc-compiler-util.cpp +++ b/source/compiler-core/slang-gcc-compiler-util.cpp @@ -476,7 +476,7 @@ static SlangResult _parseGCCFamilyLine(SliceAllocator& allocator, const UnownedS if (targetDesc.payload == ArtifactDesc::Payload::MetalAIR) { - cmdLine.addArg("-std=macos-metal2.3"); + cmdLine.addArg("-std=metal3.1"); } // Our generated code very often casts between dissimilar types with the |
