Skip to content

[performance] func "renderBitmapWithTrans()" can also use SIMD inst to improve perf. #4

@p2kyc0ng

Description

@p2kyc0ng

renderBitmapWithTrans() func use for loop to add up all bitmap buffers instead of __arch64_memcopy, because this func need dealing with trans data, memcopy() will overwrite the trans data.

but it still can use simd inst to add up all bitmap buffers.

will optimize it in next version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions