https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216467

Conrad Meyer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Conrad Meyer <[email protected]> ---
We have a patch for this at Isilon.

Unfortunately, our assembly CRC32C implementations are privately licensed Intel
code we can't share.  Do you have a permissively licensed replacement we could
use in FreeBSD?

There are two algorithms.  One algorithm just uses SSE4.2 instructions and no
FPU; that's generally usable in the kernel.  There is another algorithm that
also uses PCLMULQDQ (FPU) which is less generally suitable for the kernel, but
an option if the thread is already preserving FPU state.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to