Skip to content

[raymath] Adds missing macro define for RAYMATH_USE_SIMD_INTRINSICS#5817

Closed
lamweilun wants to merge 1 commit into
raysan5:masterfrom
lamweilun:dev/weilun/raymath_simd_fixes
Closed

[raymath] Adds missing macro define for RAYMATH_USE_SIMD_INTRINSICS#5817
lamweilun wants to merge 1 commit into
raysan5:masterfrom
lamweilun:dev/weilun/raymath_simd_fixes

Conversation

@lamweilun

Copy link
Copy Markdown
Contributor

Missing RAYMATH_USE_SIMD_INTRINSICS define causes compiler errors when it needs to be checked later on with a #if

@raysan5

raysan5 commented Apr 28, 2026

Copy link
Copy Markdown
Owner

@lamweilun Afaik, any undefined macro is considered as 0, so, why this addition is required?

@raysan5 raysan5 changed the title [raymath.h] Adds missing macro define for RAYMATH_USE_SIMD_INTRINSICS [raymath] Adds missing macro define for RAYMATH_USE_SIMD_INTRINSICS Apr 28, 2026
@raysan5 raysan5 changed the title [raymath] Adds missing macro define for RAYMATH_USE_SIMD_INTRINSICS [raymath] Adds missing macro define for RAYMATH_USE_SIMD_INTRINSICS Apr 28, 2026
@raysan5

raysan5 commented Apr 30, 2026

Copy link
Copy Markdown
Owner

It seems those lines should not be required.

@raysan5 raysan5 closed this Apr 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants