Class X86.Sse3 | Burst | 1.3.9
docs.unity3d.com
    Show / Hide Table of Contents

    Class X86.Sse3

    SSE3 intrinsics

    Inheritance
    Object
    X86.Sse3
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Unity.Burst.Intrinsics
    Syntax
    public static class Sse3

    Properties

    IsSse3Supported

    Evaluates to true at compile time if SSE3 intrinsics are supported.

    Declaration
    public static bool IsSse3Supported { get; }
    Property Value
    Type Description
    Boolean

    Methods

    addsub_pd(v128, v128)

    Alternatively add and subtract packed double-precision (64-bit) floating-point elements in "a" to/from packed elements in "b", and store the results in "dst".

    Declaration
    public static v128 addsub_pd(v128 a, v128 b)
    Parameters
    Type Name Description
    v128 a
    v128 b
    Returns
    Type Description
    v128

    addsub_ps(v128, v128)

    Alternatively add and subtract packed single-precision (32-bit) floating-point elements in "a" to/from packed elements in "b", and store the results in "dst".

    Declaration
    public static v128 addsub_ps(v128 a, v128 b)
    Parameters
    Type Name Description
    v128 a
    v128 b
    Returns
    Type Description
    v128

    hadd_pd(v128, v128)

    Horizontally add adjacent pairs of double-precision (64-bit) floating-point elements in "a" and "b", and pack the results in "dst".

    Declaration
    public static v128 hadd_pd(v128 a, v128 b)
    Parameters
    Type Name Description
    v128 a
    v128 b
    Returns
    Type Description
    v128

    hadd_ps(v128, v128)

    Horizontally add adjacent pairs of single-precision (32-bit) floating-point elements in "a" and "b", and pack the results in "dst".

    Declaration
    public static v128 hadd_ps(v128 a, v128 b)
    Parameters
    Type Name Description
    v128 a
    v128 b
    Returns
    Type Description
    v128

    hsub_pd(v128, v128)

    Horizontally subtract adjacent pairs of double-precision (64-bit) floating-point elements in "a" and "b", and pack the results in "dst".

    Declaration
    public static v128 hsub_pd(v128 a, v128 b)
    Parameters
    Type Name Description
    v128 a
    v128 b
    Returns
    Type Description
    v128

    hsub_ps(v128, v128)

    Horizontally add adjacent pairs of single-precision (32-bit) floating-point elements in "a" and "b", and pack the results in "dst".

    Declaration
    public static v128 hsub_ps(v128 a, v128 b)
    Parameters
    Type Name Description
    v128 a
    v128 b
    Returns
    Type Description
    v128

    movedup_pd(v128)

    Duplicate the low double-precision (64-bit) floating-point element from "a", and store the results in "dst".

    Declaration
    public static v128 movedup_pd(v128 a)
    Parameters
    Type Name Description
    v128 a
    Returns
    Type Description
    v128

    movehdup_ps(v128)

    Duplicate odd-indexed single-precision (32-bit) floating-point elements from "a", and store the results in "dst".

    Declaration
    public static v128 movehdup_ps(v128 a)
    Parameters
    Type Name Description
    v128 a
    Returns
    Type Description
    v128

    moveldup_ps(v128)

    Duplicate even-indexed single-precision (32-bit) floating-point elements from "a", and store the results in "dst".

    Declaration
    public static v128 moveldup_ps(v128 a)
    Parameters
    Type Name Description
    v128 a
    Returns
    Type Description
    v128
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023