The documentation specifies that the input and ouput for the builtin
__builtin_crypto_vsbox should be vector unsigned char.
This patch fixes this type for the builtin.
Paths
| Differential D135834
[PowerPC] Fix parameters for __builtin_crypto_vsbox ClosedPublic Authored by stefanp on Oct 12 2022, 5:32 PM.
Details
Summary The documentation specifies that the input and ouput for the builtin This patch fixes this type for the builtin.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 14 2022, 6:52 AM Closed by commit rG6897dbc46329: [PowerPC] Fix parameters for __builtin_crypto_vsbox (authored by stefanp). · Explain WhyOct 14 2022, 11:31 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 467859 clang/include/clang/Basic/BuiltinsPPC.def
clang/lib/Headers/altivec.h
clang/test/CodeGen/PowerPC/builtins-ppc-crypto.c
|