Skip to content

Commit caea69b

Browse files
authored
[Metal] Enable Int64 tests on Metal. (#238)
Int64 support in Metal goes way back at least covering the full range of macOS hardware in active support.
1 parent 98f5c33 commit caea69b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/lit.cfg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def setDeviceFeatures(config, device, compiler):
7474
if device["API"] == "Metal":
7575
config.available_features.add("Int16")
7676
config.available_features.add("Half")
77+
config.available_features.add("Int64")
7778

7879
if device["API"] == "Vulkan":
7980
if device["Features"].get("shaderInt16", False):

0 commit comments

Comments
 (0)