Skip to content

Fallback for non x86/x64 architectures#6

Open
tjueterb wants to merge 1 commit intomitsuba-renderer:masterfrom
tjueterb:fallback-non-x86
Open

Fallback for non x86/x64 architectures#6
tjueterb wants to merge 1 commit intomitsuba-renderer:masterfrom
tjueterb:fallback-non-x86

Conversation

@tjueterb
Copy link
Copy Markdown

@tjueterb tjueterb commented Aug 8, 2023

Compilation failed on Apple M2 due to #include <immintrin.h> and the functions _mm_cvtss_f32(), _mm_rsqrt_ss() and _mm_set_ss().

This fix adds a fallback to bypass the optimization used in rgb2spec_eval_fast().

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.

1 participant