Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor math simd #2070

Merged
merged 1 commit into from
Aug 4, 2024
Merged

Refactor math simd #2070

merged 1 commit into from
Aug 4, 2024

Conversation

halx99
Copy link
Collaborator

@halx99 halx99 commented Aug 3, 2024

Describe your changes

  • Rewrite all neon inline asm code with NEON intrinsics, this will allow WASM and winuwp-arm64 can compile with NEON intrinsic
  • Implement SSE transformVertices & transformIndices
  • Add cmake option AX_WASM_ISA_SIMD to support build wasm with SIMD support, supports values sse, neon

Relative PR: #2065

Issue ticket number and link

Checklist before requesting a review

For each PR

  • Add Copyright if it missed:
    - "Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md)."

  • I have performed a self-review of my code.

    Optional:

    • I have checked readme and add important infos to this PR.
    • I have added/adapted some tests too.

For core/new feature PR

  • I have checked readme and add important infos to this PR.
  • I have added thorough tests.

@halx99 halx99 force-pushed the refactor-math-simd branch 2 times, most recently from 2fa634c to 3cc5e07 Compare August 3, 2024 16:16
@halx99 halx99 added this to the 2.1.5 milestone Aug 3, 2024
@halx99 halx99 added the enhancement New feature or request label Aug 3, 2024
@halx99 halx99 force-pushed the refactor-math-simd branch 9 times, most recently from d2ff679 to 9d44096 Compare August 3, 2024 19:05
@halx99 halx99 merged commit 8fd2a55 into axmolengine:dev Aug 4, 2024
15 checks passed
@halx99 halx99 deleted the refactor-math-simd branch August 11, 2024 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants