You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
307 B

  1. --- a/sbc/sbc_primitives.c
  2. +++ b/sbc/sbc_primitives.c
  3. @@ -593,7 +593,9 @@ static int sbc_calc_scalefactors_j(
  4. static void sbc_init_primitives_x86(struct sbc_encoder_state *state)
  5. {
  6. +#ifdef __x86__
  7. __builtin_cpu_init();
  8. +#endif
  9. #ifdef SBC_BUILD_WITH_MMX_SUPPORT
  10. if (__builtin_cpu_supports("mmx"))