Skip to content
  • Jean-Marc Valin's avatar
    Adds SSE support (only xcorr_kernel() for now) · a092aa8f
    Jean-Marc Valin authored
    There's no CPU detection for it, it only gets enabled by __SSE__
    which gcc (other compilers?) defines automatically when supported
    by -march=, which means at least all x86-64. For ia32, the user needs to
    enable it in the CFLAGS.
    a092aa8f