Skip to content
  • Raymond Toy's avatar
    Use some SSE3 and SSSE3 instructions · 9e764577
    Raymond Toy authored
    This means cmucl will only run on machines with SSSE3, which was
    introduced in 2006, 14 years ago.  I think it's probably ok to require
    this.
    
    * logcount uses the popcnt instruction
    * complex double-float multiply uses ssse3 instructions.
    9e764577