O S _ 

O

org.lwjgl.util.simd - package org.lwjgl.util.simd
Contains bindings to SSE macros.

S

SSE - Class in org.lwjgl.util.simd
Bindings to SSE macros.
SSE3 - Class in org.lwjgl.util.simd
Bindings to SSE3 macros.

_

_MM_DENORMALS_ZERO_MASK - Static variable in class org.lwjgl.util.simd.SSE3
Denormals are zero mode.
_MM_DENORMALS_ZERO_OFF - Static variable in class org.lwjgl.util.simd.SSE3
Denormals are zero mode.
_MM_DENORMALS_ZERO_ON - Static variable in class org.lwjgl.util.simd.SSE3
Denormals are zero mode.
_MM_EXCEPT_DENORM - Static variable in class org.lwjgl.util.simd.SSE
Exception state.
_MM_EXCEPT_DIV_ZERO - Static variable in class org.lwjgl.util.simd.SSE
Exception state.
_MM_EXCEPT_INEXACT - Static variable in class org.lwjgl.util.simd.SSE
Exception state.
_MM_EXCEPT_INVALID - Static variable in class org.lwjgl.util.simd.SSE
Exception state.
_MM_EXCEPT_MASK - Static variable in class org.lwjgl.util.simd.SSE
Exception state.
_MM_EXCEPT_OVERFLOW - Static variable in class org.lwjgl.util.simd.SSE
Exception state.
_MM_EXCEPT_UNDERFLOW - Static variable in class org.lwjgl.util.simd.SSE
Exception state.
_MM_FLUSH_ZERO_MASK - Static variable in class org.lwjgl.util.simd.SSE
Flush zero mask.
_MM_FLUSH_ZERO_OFF - Static variable in class org.lwjgl.util.simd.SSE
Flush zero mask.
_MM_FLUSH_ZERO_ON - Static variable in class org.lwjgl.util.simd.SSE
Flush zero mask.
_MM_GET_DENORMALS_ZERO_MODE() - Static method in class org.lwjgl.util.simd.SSE3
Returns the current value of the "denormals are zero mode" bit of the control register.
_MM_GET_EXCEPTION_MASK() - Static method in class org.lwjgl.util.simd.SSE
Returns the exception mask bits from the MXCSR control and status register.
_MM_GET_EXCEPTION_STATE() - Static method in class org.lwjgl.util.simd.SSE
Returns the exception state bits from the MXCSR control and status register.
_MM_GET_FLUSH_ZERO_MODE() - Static method in class org.lwjgl.util.simd.SSE
Returns the flush zero bits from the MXCSR control and status register.
_MM_GET_ROUNDING_MODE() - Static method in class org.lwjgl.util.simd.SSE
Returns the rounding mode bits from the MXCSR control and status register.
_MM_MASK_DENORM - Static variable in class org.lwjgl.util.simd.SSE
Exception mask.
_MM_MASK_DIV_ZERO - Static variable in class org.lwjgl.util.simd.SSE
Exception mask.
_MM_MASK_INEXACT - Static variable in class org.lwjgl.util.simd.SSE
Exception mask.
_MM_MASK_INVALID - Static variable in class org.lwjgl.util.simd.SSE
Exception mask.
_MM_MASK_MASK - Static variable in class org.lwjgl.util.simd.SSE
Exception mask.
_MM_MASK_OVERFLOW - Static variable in class org.lwjgl.util.simd.SSE
Exception mask.
_MM_MASK_UNDERFLOW - Static variable in class org.lwjgl.util.simd.SSE
Exception mask.
_MM_ROUND_DOWN - Static variable in class org.lwjgl.util.simd.SSE
Round mode.
_MM_ROUND_MASK - Static variable in class org.lwjgl.util.simd.SSE
Round mode.
_MM_ROUND_NEAREST - Static variable in class org.lwjgl.util.simd.SSE
Round mode.
_MM_ROUND_TOWARD_ZERO - Static variable in class org.lwjgl.util.simd.SSE
Round mode.
_MM_ROUND_UP - Static variable in class org.lwjgl.util.simd.SSE
Round mode.
_MM_SET_DENORMALS_ZERO_MODE(int) - Static method in class org.lwjgl.util.simd.SSE3
Causes the \"denormals are zero\" mode to be turned ON or OFF by setting the appropriate bit of the control register.
_MM_SET_EXCEPTION_MASK(int) - Static method in class org.lwjgl.util.simd.SSE
Sets the exception mask bits of the MXCSR control and status register.
_MM_SET_EXCEPTION_STATE(int) - Static method in class org.lwjgl.util.simd.SSE
Sets the exception state bits of the MXCSR control and status register.
_MM_SET_FLUSH_ZERO_MODE(int) - Static method in class org.lwjgl.util.simd.SSE
Sets the flush zero bits of the MXCSR control and status register.
_MM_SET_ROUNDING_MODE(int) - Static method in class org.lwjgl.util.simd.SSE
Sets the rounding mode bits of the MXCSR control and status register.
O S _