Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 22019db

Browse files
committed
Mention correctness test
1 parent c8f5d35 commit 22019db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/intrinsics/llvm_x86.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,6 +1298,8 @@ impl PackWidth {
12981298
}
12991299
}
13001300

1301+
/// Implement an x86 pack instruction with the intrinsic `_mm{,256}pack{us,s}_epi{16,32}`.
1302+
/// Validated for correctness against LLVM, see commit `c8f5d35508e062bd2d95e6c03429bfec831db6d3`.
13011303
fn pack_instruction<'tcx>(
13021304
fx: &mut FunctionCx<'_, '_, 'tcx>,
13031305
a: CValue<'tcx>,

0 commit comments

Comments
 (0)