Skip to content

Commit 4a84f5d

Browse files
Manually include intrinsic conversion that is not present in LLVM files
1 parent 4f59819 commit 4a84f5d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/intrinsic/old_archs.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,6 +1352,10 @@ pub(crate) fn old_archs(arch: &str, name: &str) -> ArchCheckResult {
13521352
"sse41.pmovzxwd" => "__builtin_ia32_pmovzxwd128",
13531353
"sse41.pmovzxwq" => "__builtin_ia32_pmovzxwq128",
13541354
"sse41.pmuldq" => "__builtin_ia32_pmuldq128",
1355+
"sse41.round.pd" => "__builtin_ia32_roundpd",
1356+
"sse41.round.ps" => "__builtin_ia32_roundps",
1357+
"sse41.round.sd" => "__builtin_ia32_roundsd",
1358+
"sse41.round.ss" => "__builtin_ia32_roundss",
13551359
"sse4a.movnt.sd" => "__builtin_ia32_movntsd",
13561360
"sse4a.movnt.ss" => "__builtin_ia32_movntss",
13571361
"ssse3.pabs.b.128" => "__builtin_ia32_pabsb128",

0 commit comments

Comments
 (0)