Skip to content

Commit db6fa74

Browse files
[AArch64] Implement FP8 Neon reinterpret intrinsics (#120476)
1 parent 2c934dc commit db6fa74

File tree

3 files changed

+857
-2
lines changed

3 files changed

+857
-2
lines changed

clang/include/clang/Basic/arm_neon.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ def VQTBX4_A64 : WInst<"vqtbx4", "..(4Q)U", "UccPcQUcQcQPc">;
12991299
// NeonEmitter implicitly takes the cartesian product of the type string with
13001300
// itself during generation so, unlike all other intrinsics, this one should
13011301
// include *all* types, not just additional ones.
1302-
def VVREINTERPRET : REINTERPRET_CROSS_SELF<"csilUcUsUiUlhfdPcPsPlQcQsQiQlQUcQUsQUiQUlQhQfQdQPcQPsQPlQPk"> {
1302+
def VVREINTERPRET : REINTERPRET_CROSS_SELF<"csilUcUsUiUlmhfdPcPsPlQcQsQiQlQUcQUsQUiQUlQmQhQfQdQPcQPsQPlQPk"> {
13031303
let ArchGuard = "defined(__aarch64__) || defined(__arm64ec__)";
13041304
let BigEndianSafe = 1;
13051305
}

0 commit comments

Comments
 (0)