All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.util.simd.LibSSE Maven / Gradle / Ivy

There is a newer version: 3.3.4
Show newest version
/*
 * Copyright LWJGL. All rights reserved.
 * License terms: https://www.lwjgl.org/license
 * MACHINE GENERATED FILE, DO NOT EDIT
 */
package org.lwjgl.util.simd;

import org.lwjgl.system.*;

/** Initializes the sse shared library. */
final class LibSSE {

    static {
        String libName = Platform.mapLibraryNameBundled("lwjgl_sse");
        Library.loadSystem(System::load, System::loadLibrary, LibSSE.class, libName);
    }

    private LibSSE() {
    }

    static void initialize() {
        // intentionally empty to trigger static initializer
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy