File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
test/extensions/INTEL/SPV_INTEL_fp_fast_math_mode Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -904,8 +904,6 @@ class SPIRVCapability : public SPIRVEntryNoId<OpCapability> {
904
904
return ExtensionID::SPV_INTEL_fast_composite;
905
905
case internal::CapabilitySubgroupRequirementsINTEL:
906
906
return ExtensionID::SPV_INTEL_subgroup_requirements;
907
- case CapabilityFPFastMathModeINTEL:
908
- return ExtensionID::SPV_INTEL_fp_fast_math_mode;
909
907
default :
910
908
return {};
911
909
}
Original file line number Diff line number Diff line change 5
5
; RUN: llvm-spirv -r %t.spv -o - | llvm-dis -o - | FileCheck %s --check-prefix=CHECK-LLVM
6
6
7
7
; CHECK-SPIRV-ON: 2 Capability FPFastMathModeINTEL
8
- ; CHECK-SPIRV-ON: SPV_INTEL_fp_fast_math_mode
9
8
; CHECK-SPIRV-ON: 3 Name [[mu:[0-9]+]] "mul"
10
9
; CHECK-SPIRV-ON: 3 Name [[su:[0-9]+]] "sub"
11
10
; CHECK-SPIRV-ON-DAG: 4 Decorate [[mu]] FPFastMathMode 65536
12
11
; CHECK-SPIRV-ON-DAG: 4 Decorate [[su]] FPFastMathMode 131072
13
12
14
13
; CHECK-SPIRV-OFF-NOT: 2 Capability FPFastMathModeINTEL
15
- ; CHECK-SPIRV-OFF-NOT: SPV_INTEL_fp_fast_math_mode
16
14
; CHECK-SPIRV-OFF: 3 Name [[mu:[0-9]+]] "mul"
17
15
; CHECK-SPIRV-OFF: 3 Name [[su:[0-9]+]] "sub"
18
16
; CHECK-SPIRV-OFF-NOT: 4 Decorate [[mu]] FPFastMathMode 65536
You can’t perform that action at this time.
0 commit comments