docs.unity3d.com
Search Results for

    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
    Assembly: Unity.Burst.dll
    Syntax
    public static class X86.Sse3

    Properties

    Name Description
    IsSse3Supported

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

    Methods

    Name Description
    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".

    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".

    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".

    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".

    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".

    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".

    movedup_pd(v128)

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

    movehdup_ps(v128)

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

    moveldup_ps(v128)

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

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)