Arthur-Chang016
Arthur-Chang016
Thanks for your detailed response. I added the performance test in the **How will you empirically measure success?**. > Do you have a specific justification for this Sorry I don't...
Hi @smeenai @bcardosolopes Nice to meet you! This issue looks interesting and seems to be unimplemented so far. I’ve drafted an initial version in #1616 ``` struct Trivial { int...
`clang -S -emit-llvm` produce ``` define dso_local void @test_mm_getcsr()() #0 !dbg !43 { %1 = alloca i32, align 4 call void @llvm.x86.sse.stmxcsr(ptr %1), !dbg !46 %2 = load i32, ptr...
Thanks for the review !