galanhir

Results 3 issues of galanhir

## Description As far as I can tell, the table `__Tdesign_degree_100_dirs_deg[5100][2]` in `saf_utility_loudspeaker_presets.c` is having only 5099 entries. Most likely, the table will be filled by a `{0.0f, 0.0f}` entry...

bug

## Problem to Solve Currently, a Left-Right symmetric loudspeaker geometry may end up in an AllRAD designed decoder without Left-Right symmetry. As far as I understand, this may happen during...

On one hand, the prefetch macros are originally defined `_MM_HINT_T0` (resp, `T2`) by Intel as: ``` xmmintrin.h:#define _MM_HINT_T0 3 ... xmmintrin.h:#define _MM_HINT_T2 1 ``` On the other hand, SIMDE is...