#3718, #3717: Add check for SSE 4.2 and PCLMUL support to native zlib

This commit is contained in:
lax1dude
2024-08-08 18:19:20 +10:00
committed by md_5
parent e49759025f
commit 6b612302e1
10 changed files with 73 additions and 3 deletions

View File

@@ -8,5 +8,5 @@ import net.md_5.bungee.jni.zlib.NativeZlib;
public class CompressFactory
{
public static final NativeCode<BungeeZlib> zlib = new NativeCode<>( "native-compress", JavaZlib::new, NativeZlib::new );
public static final NativeCode<BungeeZlib> zlib = new NativeCode<>( "native-compress", JavaZlib::new, NativeZlib::new, true );
}