[llvm] [IR] Add llvm `clmul` intrinsic (PR #140301)

Oscar Smith via llvm-commits llvm-commits at lists.llvm.org
Sun May 18 05:09:40 PDT 2025


================
@@ -10471,8 +10471,8 @@ its two operands.
 
 .. note::
 
-	The instruction is implemented as a call to libm's '``fmod``'
-	for some targets, and using the instruction may thus require linking libm.
+    The instruction is implemented as a call to libm's '``fmod``'
+    for some targets, and using the instruction may thus require linking libm.
----------------
oscardssmith wrote:

```suggestion
	The instruction is implemented as a call to libm's '``fmod`
	for some targets, and using the instruction may thus require linking libm.
```

https://github.com/llvm/llvm-project/pull/140301


More information about the llvm-commits mailing list