8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
//; RUN: %{ispc} %s --nostdlib --target=avx2-i32x4 --target-os=windows --emit-llvm-text -o - | FileCheck %s
|
|
|
|
// REQUIRES: X86_ENABLED && WINDOWS_ENABLED
|
|
|
|
// CHECK-COUNT-2: ; Function Attrs: {{.*}} uwtable
|
|
export uniform int foo() {
|
|
return 42;
|
|
} |