Skip to content

Commit

Permalink
tmp: Fix [Xtensa] Add basic float intrinsics
Browse files Browse the repository at this point in the history
  • Loading branch information
gerekon committed Jan 9, 2024
1 parent 6ae38f3 commit e3f239d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/CodeGen/Xtensa/xtensa-xtbool-intrinsics.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: %clang_cc1 -no-opaque-pointers -triple xtensa -O0 -emit-llvm %s -o - | FileCheck %s
// RUN: %clang_cc1 -triple xtensa -O0 -emit-llvm %s -o - | FileCheck %s

typedef __attribute__((ext_vector_type(1))) _Bool xtbool;

Expand Down

0 comments on commit e3f239d

Please sign in to comment.