Skip to content

Commit d70b964

Browse files
cblichmanncopybara-github
authored andcommitted
Clangtool: Ignore new built-in __builtin_elementwise_ctlz
This will be introduced in Clang/LLVM 22. PiperOrigin-RevId: 811781984 Change-Id: I2a772d970d373ac1ab2ea97702c3112d5eba0b2a
1 parent d528023 commit d70b964

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sandboxed_api/tools/clang_generator/generator.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ bool GeneratorFactory::runInvocation(
421421
"__builtin_ia32_vec_init_v8qi=[](auto, auto, auto, auto, auto, "
422422
"auto, auto, auto)->long long{return 0;}",
423423
// AVX
424+
"__builtin_elementwise_ctlz=",
424425
"__builtin_ia32_prolvd128=",
425426
"__builtin_ia32_prolvd256=",
426427
"__builtin_ia32_prolvd512=",

0 commit comments

Comments
 (0)